#41616F

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

Shades of Smalt Blue #41616F

Tints of Smalt Blue #41616F

Color information

#41616F (or 0x41616F) is unknown color: approx Smalt Blue. HEX triplet: 41, 61 and 6F. RGB value is (65,97,111). Sum of RGB (Red+Green+Blue) = 65+97+111=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #41616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41616F is #BE9E90. Grayscale: #585858. Windows color (decimal): -12492433 or 7299393. OLE color: 7299393.

HSL color Cylindrical-coordinate representation of color #41616F: hue angle of 198.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41616F is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6597111-
CMYK0.410.1300.56
HSL198.26º26.14%34.51%-
HSV(B)198.26º41.44%43.53%-
XYZ9.3210.8216.64-
YUV89.03140.4110.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=23.81%
G=35.53%
B=40.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65971110.410.1300.56198.2626.1434.51
Hex41616F29D038c61a23
Octal10114115751150703063243
Binary100000111000011101111101001110101110001100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41616F; }

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

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

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

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

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

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

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

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