Html Css Color HEX #404348 Steel Grey

📋 copy color: '#404348'

red 64 ◦ green 67 ◦ blue 72

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

Shades of Steel Grey #404348

Tints of Steel Grey #404348

RGB

 RED value IS 64 (25.39% from 255) = 31.53%

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 31.53%
G = 33%
B = 35.47%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404348 (or 0x404348) is known color: Steel Grey. HEX triplet: 40, 43 and 48. RGB value is (64,67,72). Sum of RGB (Red+Green+Blue) = 64+67+72=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: blue. Hex color #404348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404348 is #BFBCB7. Grayscale: #424242. Windows color (decimal): -12565688 or 4735808. OLE color: 4735808.

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

Color convert

RGB 64 67 72 -
CMYK 0.11 0.07 0 0.72
HSL 217.5º 0.06% 0.27% -
HSV(B) 217.5º 0.11% 0.28% -
XYZ 5.29 5.57 6.93 -
YUV 66.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 64 67 72 0.11 0.07 0 0.72 217.5 0.06 0.27
Hex 40 43 48 B 7 0 48 DA 6 1B
Octal 100 103 110 13 7 0 110 332 6 33
Binary 1000000 1000011 1001000 1011 111 0 1001000 11011010 110 11011

Color Harmonies of #404348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404348

Black with #404348

Text Example


Text Example

White with #404348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404348; }

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

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

background-color css

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

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

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

border-color css

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

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

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