Html Css Color HEX #43474D Steel Grey

📋 copy color: '#43474D'

red 67 ◦ green 71 ◦ blue 77

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

Shades of Steel Grey #43474D

Tints of Steel Grey #43474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 31.16%
G = 33.02%
B = 35.81%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43474D (or 0x43474D) is known color: Steel Grey. HEX triplet: 43, 47 and 4D. RGB value is (67,71,77). Sum of RGB (Red+Green+Blue) = 67+71+77=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #43474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43474D is #BCB8B2. Grayscale: #464646. Windows color (decimal): -12368051 or 5064515. OLE color: 5064515.

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

Color convert

RGB 67 71 77 -
CMYK 0.13 0.08 0 0.70
HSL 216º 0.07% 0.28% -
HSV(B) 216º 0.13% 0.3% -
XYZ 5.91 6.24 7.91 -
YUV 70.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 67 71 77 0.13 0.08 0 0.70 216 0.07 0.28
Hex 43 47 4D D 8 0 46 D8 7 1C
Octal 103 107 115 15 10 0 106 330 7 34
Binary 1000011 1000111 1001101 1101 1000 0 1000110 11011000 111 11100

Color Harmonies of #43474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43474D

Black with #43474D

Text Example


Text Example

White with #43474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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