#42494D

Color #42494D Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #42494D

Tints of Atomic #42494D

Color information

#42494D (or 0x42494D) is unknown color: approx Atomic. HEX triplet: 42, 49 and 4D. RGB value is (66,73,77). Sum of RGB (Red+Green+Blue) = 66+73+77=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #42494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42494D is #BDB6B2. Grayscale: #474747. Windows color (decimal): -12433075 or 5065026. OLE color: 5065026.

HSL color Cylindrical-coordinate representation of color #42494D: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42494D is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB667377-
CMYK0.140.0500.70
HSL201.82º7.69%28.04%-
HSV(B)201.82º14.29%30.2%-
XYZ5.976.467.95-
YUV71.36131.18124.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=30.56%
G=33.80%
B=35.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6673770.140.0500.70201.827.6928.04
Hex42494DE5046ca81c
Octal10211111516501063121034
Binary10000101001001100110111101010100011011001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42494D; }

 p { color: rgb(66,73,77); }

 H1.HeaderClassName
 {
   color: #42494D;
 }
 .AnyTagClassName
 {
   color: #42494D;
 }
</style>
background-color css

<style>
 a { background-color: #42494D; }

 a { background-color: rgb(66,73,77); }

 div.DivClassName
 {
   background-color: #42494D;
 }
 .BgClassName
 {
   background-color: #42494D;
 }
</style>
border-color css

<style>
 span { border-color: #42494D; }

 span { border-color: rgb(66,73,77); }

 td.TdClassName
 {
   border-color: #42494D;
 }
 .TagClassName
 {
   border-color: #42494D;
 }
</style>