#424A4C

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

Shades of Atomic #424A4C

Tints of Atomic #424A4C

Color information

#424A4C (or 0x424A4C) is unknown color: approx Atomic. HEX triplet: 42, 4A and 4C. RGB value is (66,74,76). Sum of RGB (Red+Green+Blue) = 66+74+76=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #424A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A4C is #BDB5B3. Grayscale: #474747. Windows color (decimal): -12432820 or 4999746. OLE color: 4999746.

HSL color Cylindrical-coordinate representation of color #424A4C: hue angle of 192º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #424A4C is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB667476-
CMYK0.130.0300.70
HSL192º7.04%27.84%-
HSV(B)192º13.16%29.8%-
XYZ66.587.79-
YUV71.84130.35123.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=30.56%
G=34.26%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6674760.130.0300.701927.0427.84
Hex424A4CD3046c071c
Octal1021121141530106300734
Binary100001010010101001100110111010001101100000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,74,76); }

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

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

 a { background-color: rgb(66,74,76); }

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

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

 span { border-color: rgb(66,74,76); }

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