Html Css Color HEX #434548 Steel Grey

📋 copy color: '#434548'

red 67 ◦ green 69 ◦ blue 72

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

Shades of Steel Grey #434548

Tints of Steel Grey #434548

RGB

 RED value IS 67 (26.56% from 255) = 32.21%

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 32.21%
G = 33.17%
B = 34.62%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#434548 (or 0x434548) is known color: Steel Grey. HEX triplet: 43, 45 and 48. RGB value is (67,69,72). Sum of RGB (Red+Green+Blue) = 67+69+72=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #434548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434548 is #BCBAB7. Grayscale: #444444. Windows color (decimal): -12368568 or 4736323. OLE color: 4736323.

HSL color Cylindrical-coordinate representation of color #434548: hue angle of 216º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434548 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 69 72 -
CMYK 0.07 0.04 0 0.72
HSL 216º 0.04% 0.27% -
HSV(B) 216º 0.07% 0.28% -
XYZ 5.61 5.92 6.98 -
YUV 68.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 67 69 72 0.07 0.04 0 0.72 216 0.04 0.27
Hex 43 45 48 7 4 0 48 D8 4 1B
Octal 103 105 110 7 4 0 110 330 4 33
Binary 1000011 1000101 1001000 111 100 0 1001000 11011000 100 11011

Color Harmonies of #434548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434548

Black with #434548

Text Example


Text Example

White with #434548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434548; }

 p { color: rgb(67,69,72); }

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

background-color css

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

 a { background-color: rgb(67,69,72); }

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

border-color css

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

 span { border-color: rgb(67,69,72); }

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