Html Css Color HEX #434448 Steel Grey

📋 copy color: '#434448'

red 67 ◦ green 68 ◦ blue 72

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

Shades of Steel Grey #434448

Tints of Steel Grey #434448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.85%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 32.37%
G = 32.85%
B = 34.78%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#434448 (or 0x434448) is known color: Steel Grey. HEX triplet: 43, 44 and 48. RGB value is (67,68,72). Sum of RGB (Red+Green+Blue) = 67+68+72=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #434448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434448 is #BCBBB7. Grayscale: #444444. Windows color (decimal): -12368824 or 4736067. OLE color: 4736067.

HSL color Cylindrical-coordinate representation of color #434448: hue angle of 228º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434448 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 68 72 -
CMYK 0.07 0.06 0 0.72
HSL 228º 0.04% 0.27% -
HSV(B) 228º 0.07% 0.28% -
XYZ 5.55 5.8 6.96 -
YUV 68.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 67 68 72 0.07 0.06 0 0.72 228 0.04 0.27
Hex 43 44 48 7 6 0 48 E4 4 1B
Octal 103 104 110 7 6 0 110 344 4 33
Binary 1000011 1000100 1001000 111 110 0 1001000 11100100 100 11011

Color Harmonies of #434448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434448

Black with #434448

Text Example


Text Example

White with #434448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434448; }

 p { color: rgb(67,68,72); }

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

background-color css

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

 a { background-color: rgb(67,68,72); }

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

border-color css

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

 span { border-color: rgb(67,68,72); }

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