#416D86

Color #416D86 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #416D86

Tints of Calypso #416D86

Color information

#416D86 (or 0x416D86) is unknown color: approx Calypso. HEX triplet: 41, 6D and 86. RGB value is (65,109,134). Sum of RGB (Red+Green+Blue) = 65+109+134=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #416D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D86 is #BE9279. Grayscale: #626262. Windows color (decimal): -12489338 or 8809793. OLE color: 8809793.

HSL color Cylindrical-coordinate representation of color #416D86: hue angle of 201.74º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416D86 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65109134-
CMYK0.510.1900.47
HSL201.74º34.67%39.02%-
HSV(B)201.74º51.49%52.55%-
XYZ11.9513.7824.58-
YUV98.69147.92103.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=21.10%
G=35.39%
B=43.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651091340.510.1900.47201.7434.6739.02
Hex416D86331302Fca2327
Octal10115520663230573124347
Binary100000111011011000011011001110011010111111001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416D86; }

 p { color: rgb(65,109,134); }

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

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

 a { background-color: rgb(65,109,134); }

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

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

 span { border-color: rgb(65,109,134); }

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