#424E52

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

Shades of Atomic #424E52

Tints of Atomic #424E52

Color information

#424E52 (or 0x424E52) is unknown color: approx Atomic. HEX triplet: 42, 4E and 52. RGB value is (66,78,82). Sum of RGB (Red+Green+Blue) = 66+78+82=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #424E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E52 is #BDB1AD. Grayscale: #4A4A4A. Windows color (decimal): -12431790 or 5393986. OLE color: 5393986.

HSL color Cylindrical-coordinate representation of color #424E52: hue angle of 195º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424E52 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667882-
CMYK0.200.0500.68
HSL195º10.81%29.02%-
HSV(B)195º19.51%32.16%-
XYZ6.497.229.03-
YUV74.87132.02121.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=29.20%
G=34.51%
B=36.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6678820.200.0500.6819510.8129.02
Hex424E52145044c3b1d
Octal10211612224501043031335
Binary100001010011101010010101001010100010011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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