#41626B

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

Shades of Smalt Blue #41626B

Tints of Smalt Blue #41626B

Color information

#41626B (or 0x41626B) is unknown color: approx Smalt Blue. HEX triplet: 41, 62 and 6B. RGB value is (65,98,107). Sum of RGB (Red+Green+Blue) = 65+98+107=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #41626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41626B is #BE9D94. Grayscale: #595959. Windows color (decimal): -12492181 or 7037505. OLE color: 7037505.

HSL color Cylindrical-coordinate representation of color #41626B: hue angle of 192.86º 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 #41626B is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6598107-
CMYK0.390.0800.58
HSL192.86º24.42%33.73%-
HSV(B)192.86º39.25%41.96%-
XYZ9.210.9215.53-
YUV89.16138.07110.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=24.07%
G=36.30%
B=39.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65981070.390.0800.58192.8624.4233.73
Hex41626B27803Ac11822
Octal10114215347100723013042
Binary100000111000101101011100111100001110101100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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