Html Css Color HEX #42464C Steel Grey

📋 copy color: '#42464C'

red 66 ◦ green 70 ◦ blue 76

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

Shades of Steel Grey #42464C

Tints of Steel Grey #42464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

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

R = 31.13%
G = 33.02%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42464C (or 0x42464C) is known color: Steel Grey. HEX triplet: 42, 46 and 4C. RGB value is (66,70,76). Sum of RGB (Red+Green+Blue) = 66+70+76=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #42464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42464C is #BDB9B3. Grayscale: #454545. Windows color (decimal): -12433844 or 4998722. OLE color: 4998722.

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

Color convert

RGB 66 70 76 -
CMYK 0.13 0.08 0 0.70
HSL 216º 0.07% 0.28% -
HSV(B) 216º 0.13% 0.3% -
XYZ 5.74 6.06 7.7 -
YUV 69.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 66 70 76 0.13 0.08 0 0.70 216 0.07 0.28
Hex 42 46 4C D 8 0 46 D8 7 1C
Octal 102 106 114 15 10 0 106 330 7 34
Binary 1000010 1000110 1001100 1101 1000 0 1000110 11011000 111 11100

Color Harmonies of #42464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42464C

Black with #42464C

Text Example


Text Example

White with #42464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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