Html Css Color HEX #43474E Steel Grey

📋 copy color: '#43474E'

red 67 ◦ green 71 ◦ blue 78

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

Shades of Steel Grey #43474E

Tints of Steel Grey #43474E

RGB

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

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

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

R = 31.02%
G = 32.87%
B = 36.11%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43474E (or 0x43474E) is known color: Steel Grey. HEX triplet: 43, 47 and 4E. RGB value is (67,71,78). Sum of RGB (Red+Green+Blue) = 67+71+78=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #43474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43474E is #BCB8B1. Grayscale: #464646. Windows color (decimal): -12368050 or 5130051. OLE color: 5130051.

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

Color convert

RGB 67 71 78 -
CMYK 0.14 0.09 0 0.69
HSL 218.18º 0.08% 0.28% -
HSV(B) 218.18º 0.14% 0.31% -
XYZ 5.94 6.25 8.1 -
YUV 70.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 67 71 78 0.14 0.09 0 0.69 218.18 0.08 0.28
Hex 43 47 4E E 9 0 45 DA 8 1C
Octal 103 107 116 16 11 0 105 332 10 34
Binary 1000011 1000111 1001110 1110 1001 0 1000101 11011010 1000 11100

Color Harmonies of #43474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43474E

Black with #43474E

Text Example


Text Example

White with #43474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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