#42494C

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

Shades of Atomic #42494C

Tints of Atomic #42494C

Color information

#42494C (or 0x42494C) is unknown color: approx Atomic. HEX triplet: 42, 49 and 4C. RGB value is (66,73,76). Sum of RGB (Red+Green+Blue) = 66+73+76=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #42494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42494C is #BDB6B3. Grayscale: #474747. Windows color (decimal): -12433076 or 4999490. OLE color: 4999490.

HSL color Cylindrical-coordinate representation of color #42494C: hue angle of 198º 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 #42494C is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB667376-
CMYK0.130.0400.70
HSL198º7.04%27.84%-
HSV(B)198º13.16%29.8%-
XYZ5.936.457.77-
YUV71.25130.68124.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=30.70%
G=33.95%
B=35.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6673760.130.0400.701987.0427.84
Hex42494CD4046c671c
Octal1021111141540106306734
Binary1000010100100110011001101100010001101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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