Html Css Color HEX #42454C Steel Grey

📋 copy color: '#42454C'

red 66 ◦ green 69 ◦ blue 76

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

Shades of Steel Grey #42454C

Tints of Steel Grey #42454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 31.28%
G = 32.7%
B = 36.02%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42454C (or 0x42454C) is known color: Steel Grey. HEX triplet: 42, 45 and 4C. RGB value is (66,69,76). Sum of RGB (Red+Green+Blue) = 66+69+76=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 76 - color contains mainly: blue. Hex color #42454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42454C is #BDBAB3. Grayscale: #444444. Windows color (decimal): -12434100 or 4998466. OLE color: 4998466.

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

Color convert

RGB 66 69 76 -
CMYK 0.13 0.09 0 0.70
HSL 222º 0.07% 0.28% -
HSV(B) 222º 0.13% 0.3% -
XYZ 5.68 5.94 7.68 -
YUV 68.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 66 69 76 0.13 0.09 0 0.70 222 0.07 0.28
Hex 42 45 4C D 9 0 46 DE 7 1C
Octal 102 105 114 15 11 0 106 336 7 34
Binary 1000010 1000101 1001100 1101 1001 0 1000110 11011110 111 11100

Color Harmonies of #42454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42454C

Black with #42454C

Text Example


Text Example

White with #42454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42454C;
 }
 .AnyTagClassName
 {
   color: #42454C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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