#416F81

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

Shades of Calypso #416F81

Tints of Calypso #416F81

Color information

#416F81 (or 0x416F81) is unknown color: approx Calypso. HEX triplet: 41, 6F and 81. RGB value is (65,111,129). Sum of RGB (Red+Green+Blue) = 65+111+129=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #416F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F81 is #BE907E. Grayscale: #636363. Windows color (decimal): -12488831 or 8482625. OLE color: 8482625.

HSL color Cylindrical-coordinate representation of color #416F81: hue angle of 196.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416F81 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB65111129-
CMYK0.500.1400.49
HSL196.88º32.99%38.04%-
HSV(B)196.88º49.61%50.59%-
XYZ11.8314.0822.86-
YUV99.3144.76103.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=21.31%
G=36.39%
B=42.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651111290.500.1400.49196.8832.9938.04
Hex416F8132E031c52126
Octal10115720162160613054146
Binary10000011101111100000011100101110011000111000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,111,129); }

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

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

 a { background-color: rgb(65,111,129); }

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

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

 span { border-color: rgb(65,111,129); }

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