Html Css Color HEX #42474E Steel Grey

📋 copy color: '#42474E'

red 66 ◦ green 71 ◦ blue 78

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

Shades of Steel Grey #42474E

Tints of Steel Grey #42474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

 BLUE value IS 78 (30.86% from 255) = 36.28%

R = 30.7%
G = 33.02%
B = 36.28%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42474E (or 0x42474E) is known color: Steel Grey. HEX triplet: 42, 47 and 4E. RGB value is (66,71,78). Sum of RGB (Red+Green+Blue) = 66+71+78=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #42474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42474E is #BDB8B1. Grayscale: #464646. Windows color (decimal): -12433586 or 5130050. OLE color: 5130050.

HSL color Cylindrical-coordinate representation of color #42474E: hue angle of 215º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42474E is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 71 78 -
CMYK 0.15 0.09 0 0.69
HSL 215º 0.08% 0.28% -
HSV(B) 215º 0.15% 0.31% -
XYZ 5.88 6.21 8.1 -
YUV 70.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 66 71 78 0.15 0.09 0 0.69 215 0.08 0.28
Hex 42 47 4E F 9 0 45 D7 8 1C
Octal 102 107 116 17 11 0 105 327 10 34
Binary 1000010 1000111 1001110 1111 1001 0 1000101 11010111 1000 11100

Color Harmonies of #42474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42474E

Black with #42474E

Text Example


Text Example

White with #42474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42474E; }

 p { color: rgb(66,71,78); }

 H1.HeaderClassName
 {
   color: #42474E;
 }
 .AnyTagClassName
 {
   color: #42474E;
 }
</style>

background-color css

<style>
 a { background-color: #42474E; }

 a { background-color: rgb(66,71,78); }

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

border-color css

<style>
 span { border-color: #42474E; }

 span { border-color: rgb(66,71,78); }

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