COLOR #42485A

HEX: #42485A
RGB: (66,72,90)

Color info

#42485A contains red, green and blue colors in about the same proportion. Web safe color of #42485A is #333366 (or #336).

RGB color model

#42485A color RGB value is (66,72,90).

  • red value is 66;
  • green value is 72;
  • blue value is 90.
RGB:
(66,72,90)
(26%,28%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 90 of 255 = 35%

66
72
90

R + G + B ~ 30%. #42485A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 90 = 228 (100%)
R 66 of 228 ~ 28.95%
G 72 of 228 ~ 31.58%
B 90 of 228 ~ 39.47%

%28.95
%31.58
%39.47

CMYK color model

#42485A color CMYK value is (27,20,0,65).

  • cyan value is 26.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(27,20,0,65)
C27M20Y0K65 
(27%,20%,0%,65%)
(0.27/0.20/0.00/0.65)	

CMYK percentages

%26.67
%20
%0
%64.71

Codes

Color #42485A in popluar color models

42485A
RGB667290
HSL225°15.38%30.59%
HSB/HSV225°26.67%35.29%
CMYK26.67%20.00%0.00%
64.71%

Color #42485A in popluar number systems.

HEX42485A
Decimal667290
Binary100001010010001011010
Octal102110132

Shades and tints

Shades of #42485A

#42485A
(66,72,90)
#3C4252
(60,66,82)
#363C4A
(54,60,74)
#303642
(48,54,66)
#2A303A
(42,48,58)
#242A32
(36,42,50)
#1E242A
(30,36,42)
#181E22
(24,30,34)
#12181A
(18,24,26)
#0C1212
(12,18,18)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #42485A

#42485A
(66,72,90)
#535869
(83,88,105)
#646878
(100,104,120)
#757887
(117,120,135)
#868896
(134,136,150)
#9798A5
(151,152,165)
#A8A8B4
(168,168,180)
#B9B8C3
(185,184,195)
#CAC8D2
(202,200,210)
#DBD8E1
(219,216,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42485A color. Also use rgb(66,72,90) instead hex code.

Text Font Color

.myTextColor { color: #42485A; }

<p style="color:#42485A">This sample text font color is #42485A.</p>

This text font color is #42485A.


Background Color

.myBgColor { background-color: #42485A; }

<div style="background-color:#42485A">Inner text</div>

This div background color is #42485A.


Border color

.myBorderColor { border: 1px solid #42485A; }

<div style="border:3px solid #42485A">Div</div>

This div border color is #42485A.


Opacity

.myOpacity80 { color: #42485A; opacity: 0.8; }

<p style="color:#42485A;opacity:0.8;">80%</p>

Text with #42485A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #42485A;}

<p style="text-shadow: 3px 3px 1px #42485A">Text here.</p>

This text has shadow with #42485A color.

.textShadow {text-shadow: 3px 3px 1px #42485A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #42485A, 5px 5px 20px red">Text here.</p>

This text has shadow with #42485A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42485A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#42485A, Direction=45, Strength=4)">Text</p>

This text has shadow with #42485A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #42485A;
  -webkit-box-shadow:	1px 1px 3px 2px #42485A;
  box-shadow:		1px 1px 3px 2px #42485A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42485A;
-webkit-box-shadow: 1px 1px 3px 2px #42485A;
box-shadow:1px 1px 3px 2px #42485A;">
Div content here</div>
This div box has shadow with color #42485A.

Preview

Color preview on black background

This text has color #42485A on black background.


Color preview on white background

This text has color #42485A on white background.



Black color preview on #42485A background

This text has black color on #42485A background.


White color preview on #42485A background

This text has white color on #42485A background.