Html Css Color HEX #43464B Steel Grey

📋 copy color: '#43464B'

red 67 ◦ green 70 ◦ blue 75

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

Shades of Steel Grey #43464B

Tints of Steel Grey #43464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 31.6%
G = 33.02%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43464B (or 0x43464B) is known color: Steel Grey. HEX triplet: 43, 46 and 4B. RGB value is (67,70,75). Sum of RGB (Red+Green+Blue) = 67+70+75=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #43464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43464B is #BCB9B4. Grayscale: #454545. Windows color (decimal): -12368309 or 4933187. OLE color: 4933187.

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

Color convert

RGB 67 70 75 -
CMYK 0.11 0.07 0 0.71
HSL 217.5º 0.06% 0.28% -
HSV(B) 217.5º 0.11% 0.29% -
XYZ 5.77 6.08 7.53 -
YUV 69.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 67 70 75 0.11 0.07 0 0.71 217.5 0.06 0.28
Hex 43 46 4B B 7 0 47 DA 6 1C
Octal 103 106 113 13 7 0 107 332 6 34
Binary 1000011 1000110 1001011 1011 111 0 1000111 11011010 110 11100

Color Harmonies of #43464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43464B

Black with #43464B

Text Example


Text Example

White with #43464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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