Html Css Color HEX #424A4C Atomic

📋 copy color: '#424A4C'

red 66 ◦ green 74 ◦ blue 76

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

Shades of Atomic #424A4C

Tints of Atomic #424A4C

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#424A4C (or 0x424A4C) is known color: 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

RGB 66 74 76 -
CMYK 0.13 0.03 0 0.70
HSL 192º 0.07% 0.28% -
HSV(B) 192º 0.13% 0.3% -
XYZ 6 6.58 7.79 -
YUV 71.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 66 74 76 0.13 0.03 0 0.70 192 0.07 0.28
Hex 42 4A 4C D 3 0 46 C0 7 1C
Octal 102 112 114 15 3 0 106 300 7 34
Binary 1000010 1001010 1001100 1101 11 0 1000110 11000000 111 11100

Color Harmonies of #424A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A4C

Black with #424A4C

Text Example


Text Example

White with #424A4C

Text Example


Text Example

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