Html Css Color HEX #42494C Atomic

📋 copy color: '#42494C'

red 66 ◦ green 73 ◦ blue 76

#42494C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #42494C

Tints of Atomic #42494C

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 76 (30.08% from 255) = 35.35%

R = 30.7%
G = 33.95%
B = 35.35%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42494C (or 0x42494C) is known color: 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

RGB 66 73 76 -
CMYK 0.13 0.04 0 0.70
HSL 198º 0.07% 0.28% -
HSV(B) 198º 0.13% 0.3% -
XYZ 5.93 6.45 7.77 -
YUV 71.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 66 73 76 0.13 0.04 0 0.70 198 0.07 0.28
Hex 42 49 4C D 4 0 46 C6 7 1C
Octal 102 111 114 15 4 0 106 306 7 34
Binary 1000010 1001001 1001100 1101 100 0 1000110 11000110 111 11100

Color Harmonies of #42494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42494C

Black with #42494C

Text Example


Text Example

White with #42494C

Text Example


Text Example

HTML Codes & Css Web 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>