#424D51

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

Shades of Atomic #424D51

Tints of Atomic #424D51

Color information

#424D51 (or 0x424D51) is unknown color: approx Atomic. HEX triplet: 42, 4D and 51. RGB value is (66,77,81). Sum of RGB (Red+Green+Blue) = 66+77+81=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #424D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D51 is #BDB2AE. Grayscale: #4A4A4A. Windows color (decimal): -12432047 or 5328194. OLE color: 5328194.

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

Color convert

RGB667781-
CMYK0.190.0500.68
HSL196º10.2%28.82%-
HSV(B)196º18.52%31.76%-
XYZ6.397.068.81-
YUV74.17131.86122.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=29.46%
G=34.38%
B=36.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6677810.190.0500.6819610.228.82
Hex424D51135044c4a1d
Octal10211512123501043041235
Binary100001010011011010001100111010100010011000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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