Html Css Color HEX #42454A Steel Grey

📋 copy color: '#42454A'

red 66 ◦ green 69 ◦ blue 74

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

Shades of Steel Grey #42454A

Tints of Steel Grey #42454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 31.58%
G = 33.01%
B = 35.41%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42454A (or 0x42454A) is known color: Steel Grey. HEX triplet: 42, 45 and 4A. RGB value is (66,69,74). Sum of RGB (Red+Green+Blue) = 66+69+74=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 74 - color contains mainly: blue. Hex color #42454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42454A is #BDBAB5. Grayscale: #444444. Windows color (decimal): -12434102 or 4867394. OLE color: 4867394.

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

Color convert

RGB 66 69 74 -
CMYK 0.11 0.07 0 0.71
HSL 217.5º 0.06% 0.27% -
HSV(B) 217.5º 0.11% 0.29% -
XYZ 5.61 5.91 7.32 -
YUV 68.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 66 69 74 0.11 0.07 0 0.71 217.5 0.06 0.27
Hex 42 45 4A B 7 0 47 DA 6 1B
Octal 102 105 112 13 7 0 107 332 6 33
Binary 1000010 1000101 1001010 1011 111 0 1000111 11011010 110 11011

Color Harmonies of #42454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42454A

Black with #42454A

Text Example


Text Example

White with #42454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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