#416068

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

Shades of Smalt Blue #416068

Tints of Smalt Blue #416068

Color information

#416068 (or 0x416068) is unknown color: approx Smalt Blue. HEX triplet: 41, 60 and 68. RGB value is (65,96,104). Sum of RGB (Red+Green+Blue) = 65+96+104=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #416068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416068 is #BE9F97. Grayscale: #575757. Windows color (decimal): -12492696 or 6840385. OLE color: 6840385.

HSL color Cylindrical-coordinate representation of color #416068: hue angle of 192.31º 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 #416068 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6596104-
CMYK0.380.0800.59
HSL192.31º23.08%33.14%-
HSV(B)192.31º37.5%40.78%-
XYZ8.8610.4914.65-
YUV87.64137.23111.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=24.53%
G=36.23%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65961040.380.0800.59192.3123.0833.14
Hex41606826803Bc01721
Octal10114015046100733002741
Binary100000111000001101000100110100001110111100000010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416068; }

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

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

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

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

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

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

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

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