#417091

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

Shades of Calypso #417091

Tints of Calypso #417091

Color information

#417091 (or 0x417091) is unknown color: approx Calypso. HEX triplet: 41, 70 and 91. RGB value is (65,112,145). Sum of RGB (Red+Green+Blue) = 65+112+145=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #417091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417091 is #BE8F6E. Grayscale: #656565. Windows color (decimal): -12488559 or 9531457. OLE color: 9531457.

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

Color convert

RGB65112145-
CMYK0.550.2300.43
HSL204.75º38.1%41.18%-
HSV(B)204.75º55.17%56.86%-
XYZ13.0814.7628.95-
YUV101.71152.43101.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=20.19%
G=34.78%
B=45.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651121450.550.2300.43204.7538.141.18
Hex417091371702Bcd2629
Octal10116022167270533154651
Binary100000111100001001000111011110111010101111001101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417091; }

 p { color: rgb(65,112,145); }

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

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

 a { background-color: rgb(65,112,145); }

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

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

 span { border-color: rgb(65,112,145); }

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