Html Css Color HEX #43474C Steel Grey

📋 copy color: '#43474C'

red 67 ◦ green 71 ◦ blue 76

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

Shades of Steel Grey #43474C

Tints of Steel Grey #43474C

RGB

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

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

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

R = 31.31%
G = 33.18%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43474C (or 0x43474C) is known color: Steel Grey. HEX triplet: 43, 47 and 4C. RGB value is (67,71,76). Sum of RGB (Red+Green+Blue) = 67+71+76=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #43474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43474C is #BCB8B3. Grayscale: #464646. Windows color (decimal): -12368052 or 4998979. OLE color: 4998979.

HSL color Cylindrical-coordinate representation of color #43474C: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #43474C is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 71 76 -
CMYK 0.12 0.07 0 0.70
HSL 213.33º 0.06% 0.28% -
HSV(B) 213.33º 0.12% 0.3% -
XYZ 5.87 6.22 7.73 -
YUV 70.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 67 71 76 0.12 0.07 0 0.70 213.33 0.06 0.28
Hex 43 47 4C C 7 0 46 D5 6 1C
Octal 103 107 114 14 7 0 106 325 6 34
Binary 1000011 1000111 1001100 1100 111 0 1000110 11010101 110 11100

Color Harmonies of #43474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43474C

Black with #43474C

Text Example


Text Example

White with #43474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,71,76); }

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

background-color css

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

 a { background-color: rgb(67,71,76); }

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

border-color css

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

 span { border-color: rgb(67,71,76); }

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