#415F61

Color #415F61 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #415F61

Tints of Smalt Blue #415F61

Color information

#415F61 (or 0x415F61) is unknown color: approx Smalt Blue. HEX triplet: 41, 5F and 61. RGB value is (65,95,97). Sum of RGB (Red+Green+Blue) = 65+95+97=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #415F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F61 is #BEA09E. Grayscale: #565656. Windows color (decimal): -12492959 or 6381377. OLE color: 6381377.

HSL color Cylindrical-coordinate representation of color #415F61: hue angle of 183.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415F61 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB659597-
CMYK0.330.0200.62
HSL183.75º19.75%31.76%-
HSV(B)183.75º32.99%38.04%-
XYZ8.4310.1712.83-
YUV86.26134.06112.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=25.29%
G=36.96%
B=37.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6595970.330.0200.62183.7519.7531.76
Hex415F6121203Eb81420
Octal1011371414120762702440
Binary1000001101111111000011000011001111101011100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415F61; }

 p { color: rgb(65,95,97); }

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

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

 a { background-color: rgb(65,95,97); }

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

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

 span { border-color: rgb(65,95,97); }

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