Html Css Color HEX #43454A Steel Grey

📋 copy color: '#43454A'

red 67 ◦ green 69 ◦ blue 74

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

Shades of Steel Grey #43454A

Tints of Steel Grey #43454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 31.9%
G = 32.86%
B = 35.24%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43454A (or 0x43454A) is known color: Steel Grey. HEX triplet: 43, 45 and 4A. RGB value is (67,69,74). Sum of RGB (Red+Green+Blue) = 67+69+74=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #43454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43454A is #BCBAB5. Grayscale: #444444. Windows color (decimal): -12368566 or 4867395. OLE color: 4867395.

HSL color Cylindrical-coordinate representation of color #43454A: hue angle of 222.86º 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 #43454A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 69 74 -
CMYK 0.09 0.07 0 0.71
HSL 222.86º 0.05% 0.28% -
HSV(B) 222.86º 0.09% 0.29% -
XYZ 5.68 5.94 7.33 -
YUV 68.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 67 69 74 0.09 0.07 0 0.71 222.86 0.05 0.28
Hex 43 45 4A 9 7 0 47 DF 5 1C
Octal 103 105 112 11 7 0 107 337 5 34
Binary 1000011 1000101 1001010 1001 111 0 1000111 11011111 101 11100

Color Harmonies of #43454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43454A

Black with #43454A

Text Example


Text Example

White with #43454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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