Html Css Color HEX #42454B Steel Grey

📋 copy color: '#42454B'

red 66 ◦ green 69 ◦ blue 75

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

Shades of Steel Grey #42454B

Tints of Steel Grey #42454B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 31.43%
G = 32.86%
B = 35.71%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42454B (or 0x42454B) is known color: Steel Grey. HEX triplet: 42, 45 and 4B. RGB value is (66,69,75). Sum of RGB (Red+Green+Blue) = 66+69+75=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #42454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42454B is #BDBAB4. Grayscale: #444444. Windows color (decimal): -12434101 or 4932930. OLE color: 4932930.

HSL color Cylindrical-coordinate representation of color #42454B: hue angle of 220º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42454B is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 69 75 -
CMYK 0.12 0.08 0 0.71
HSL 220º 0.06% 0.28% -
HSV(B) 220º 0.12% 0.29% -
XYZ 5.64 5.92 7.5 -
YUV 68.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 66 69 75 0.12 0.08 0 0.71 220 0.06 0.28
Hex 42 45 4B C 8 0 47 DC 6 1C
Octal 102 105 113 14 10 0 107 334 6 34
Binary 1000010 1000101 1001011 1100 1000 0 1000111 11011100 110 11100

Color Harmonies of #42454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42454B

Black with #42454B

Text Example


Text Example

White with #42454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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