#41646E

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

Shades of Smalt Blue #41646E

Tints of Smalt Blue #41646E

Color information

#41646E (or 0x41646E) is unknown color: approx Smalt Blue. HEX triplet: 41, 64 and 6E. RGB value is (65,100,110). Sum of RGB (Red+Green+Blue) = 65+100+110=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #41646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41646E is #BE9B91. Grayscale: #5A5A5A. Windows color (decimal): -12491666 or 7234625. OLE color: 7234625.

HSL color Cylindrical-coordinate representation of color #41646E: hue angle of 193.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41646E is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB65100110-
CMYK0.410.0900.57
HSL193.33º25.71%34.31%-
HSV(B)193.33º40.91%43.14%-
XYZ9.5511.3616.44-
YUV90.68138.9109.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 110 (43.36% from 255) = 40%
R=23.64%
G=36.36%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal651001100.410.0900.57193.3325.7134.31
Hex41646E299039c11a22
Octal10114415651110713013242
Binary100000111001001101110101001100101110011100000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41646E; }

 p { color: rgb(65,100,110); }

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

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

 a { background-color: rgb(65,100,110); }

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

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

 span { border-color: rgb(65,100,110); }

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