Html Css Color HEX #43464E Steel Grey

📋 copy color: '#43464E'

red 67 ◦ green 70 ◦ blue 78

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

Shades of Steel Grey #43464E

Tints of Steel Grey #43464E

RGB

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

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

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

R = 31.16%
G = 32.56%
B = 36.28%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43464E (or 0x43464E) is known color: Steel Grey. HEX triplet: 43, 46 and 4E. RGB value is (67,70,78). Sum of RGB (Red+Green+Blue) = 67+70+78=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #43464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43464E is #BCB9B1. Grayscale: #454545. Windows color (decimal): -12368306 or 5129795. OLE color: 5129795.

HSL color Cylindrical-coordinate representation of color #43464E: hue angle of 223.64º 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 #43464E is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 70 78 -
CMYK 0.14 0.10 0 0.69
HSL 223.64º 0.08% 0.28% -
HSV(B) 223.64º 0.14% 0.31% -
XYZ 5.88 6.12 8.08 -
YUV 70.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 67 70 78 0.14 0.10 0 0.69 223.64 0.08 0.28
Hex 43 46 4E E A 0 45 E0 8 1C
Octal 103 106 116 16 12 0 105 340 10 34
Binary 1000011 1000110 1001110 1110 1010 0 1000101 11100000 1000 11100

Color Harmonies of #43464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43464E

Black with #43464E

Text Example


Text Example

White with #43464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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