#416981

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

Shades of Calypso #416981

Tints of Calypso #416981

Color information

#416981 (or 0x416981) is unknown color: approx Calypso. HEX triplet: 41, 69 and 81. RGB value is (65,105,129). Sum of RGB (Red+Green+Blue) = 65+105+129=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #416981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416981 is #BE967E. Grayscale: #5F5F5F. Windows color (decimal): -12490367 or 8481089. OLE color: 8481089.

HSL color Cylindrical-coordinate representation of color #416981: hue angle of 202.5º 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 #416981 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB65105129-
CMYK0.500.1900.49
HSL202.5º32.99%38.04%-
HSV(B)202.5º49.61%50.59%-
XYZ11.1912.8122.65-
YUV95.78146.75106.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=21.74%
G=35.12%
B=43.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651051290.500.1900.49202.532.9938.04
Hex4169813213031ca2126
Octal10115120162230613124146
Binary100000111010011000000111001010011011000111001010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416981; }

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

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

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

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

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

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

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

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