#41606B

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

Shades of Smalt Blue #41606B

Tints of Smalt Blue #41606B

Color information

#41606B (or 0x41606B) is unknown color: approx Smalt Blue. HEX triplet: 41, 60 and 6B. RGB value is (65,96,107). Sum of RGB (Red+Green+Blue) = 65+96+107=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #41606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41606B is #BE9F94. Grayscale: #575757. Windows color (decimal): -12492693 or 7036993. OLE color: 7036993.

HSL color Cylindrical-coordinate representation of color #41606B: hue angle of 195.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41606B is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6596107-
CMYK0.390.1000.58
HSL195.71º24.42%33.73%-
HSV(B)195.71º39.25%41.96%-
XYZ9.0210.5515.47-
YUV87.98138.73111.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=24.25%
G=35.82%
B=39.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65961070.390.1000.58195.7124.4233.73
Hex41606B27A03Ac41822
Octal10114015347120723043042
Binary100000111000001101011100111101001110101100010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41606B; }

 p { color: rgb(65,96,107); }

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

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

 a { background-color: rgb(65,96,107); }

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

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

 span { border-color: rgb(65,96,107); }

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