Html Css Color HEX #43464A Steel Grey

📋 copy color: '#43464A'

red 67 ◦ green 70 ◦ blue 74

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

Shades of Steel Grey #43464A

Tints of Steel Grey #43464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

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

R = 31.75%
G = 33.18%
B = 35.07%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43464A (or 0x43464A) is known color: Steel Grey. HEX triplet: 43, 46 and 4A. RGB value is (67,70,74). Sum of RGB (Red+Green+Blue) = 67+70+74=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #43464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43464A is #BCB9B5. Grayscale: #454545. Windows color (decimal): -12368310 or 4867651. OLE color: 4867651.

HSL color Cylindrical-coordinate representation of color #43464A: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #43464A is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 70 74 -
CMYK 0.09 0.05 0 0.71
HSL 214.29º 0.05% 0.28% -
HSV(B) 214.29º 0.09% 0.29% -
XYZ 5.74 6.07 7.35 -
YUV 69.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 67 70 74 0.09 0.05 0 0.71 214.29 0.05 0.28
Hex 43 46 4A 9 5 0 47 D6 5 1C
Octal 103 106 112 11 5 0 107 326 5 34
Binary 1000011 1000110 1001010 1001 101 0 1000111 11010110 101 11100

Color Harmonies of #43464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43464A

Black with #43464A

Text Example


Text Example

White with #43464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,70,74); }

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

background-color css

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

 a { background-color: rgb(67,70,74); }

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

border-color css

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

 span { border-color: rgb(67,70,74); }

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