#416168

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

Shades of Smalt Blue #416168

Tints of Smalt Blue #416168

Color information

#416168 (or 0x416168) is unknown color: approx Smalt Blue. HEX triplet: 41, 61 and 68. RGB value is (65,97,104). Sum of RGB (Red+Green+Blue) = 65+97+104=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #416168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416168 is #BE9E97. Grayscale: #585858. Windows color (decimal): -12492440 or 6840641. OLE color: 6840641.

HSL color Cylindrical-coordinate representation of color #416168: hue angle of 190.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416168 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6597104-
CMYK0.380.0700.59
HSL190.77º23.08%33.14%-
HSV(B)190.77º37.5%40.78%-
XYZ8.9510.6714.68-
YUV88.23136.9111.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=24.44%
G=36.47%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65971040.380.0700.59190.7723.0833.14
Hex41616826703Bbf1721
Octal1011411504670732772741
Binary10000011100001110100010011011101110111011111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416168; }

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

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

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

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

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

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

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

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