#414348

Color #414348 Steel Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Grey #414348

Tints of Steel Grey #414348

Color information

#414348 (or 0x414348) is unknown color: approx Steel Grey. HEX triplet: 41, 43 and 48. RGB value is (65,67,72). Sum of RGB (Red+Green+Blue) = 65+67+72=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #414348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414348 is #BEBCB7. Grayscale: #424242. Windows color (decimal): -12500152 or 4735809. OLE color: 4735809.

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

Color convert

RGB656772-
CMYK0.100.0700.72
HSL222.86º5.11%26.86%-
HSV(B)222.86º9.72%28.24%-
XYZ5.365.616.93-
YUV66.97130.84126.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=31.86%
G=32.84%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6567720.100.0700.72222.865.1126.86
Hex414348A7048df51b
Octal1011031101270110337533
Binary1000001100001110010001010111010010001101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414348; }

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

 H1.HeaderClassName
 {
   color: #414348;
 }
 .AnyTagClassName
 {
   color: #414348;
 }
</style>
background-color css

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

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

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

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

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

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