#424E56

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

Shades of Atomic #424E56

Tints of Atomic #424E56

Color information

#424E56 (or 0x424E56) is unknown color: approx Atomic. HEX triplet: 42, 4E and 56. RGB value is (66,78,86). Sum of RGB (Red+Green+Blue) = 66+78+86=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #424E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E56 is #BDB1A9. Grayscale: #4B4B4B. Windows color (decimal): -12431786 or 5656130. OLE color: 5656130.

HSL color Cylindrical-coordinate representation of color #424E56: hue angle of 204º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424E56 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB667886-
CMYK0.230.0900.66
HSL204º13.16%29.8%-
HSV(B)204º23.26%33.73%-
XYZ6.657.289.86-
YUV75.32134.02121.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=28.70%
G=33.91%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6678860.230.0900.6620413.1629.8
Hex424E56179042ccd1e
Octal102116126271101023141536
Binary1000010100111010101101011110010100001011001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E56; }

 p { color: rgb(66,78,86); }

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

<style>
 a { background-color: #424E56; }

 a { background-color: rgb(66,78,86); }

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

<style>
 span { border-color: #424E56; }

 span { border-color: rgb(66,78,86); }

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