#417095

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

Shades of Calypso #417095

Tints of Calypso #417095

Color information

#417095 (or 0x417095) is unknown color: approx Calypso. HEX triplet: 41, 70 and 95. RGB value is (65,112,149). Sum of RGB (Red+Green+Blue) = 65+112+149=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #417095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417095 is #BE8F6A. Grayscale: #656565. Windows color (decimal): -12488555 or 9793601. OLE color: 9793601.

HSL color Cylindrical-coordinate representation of color #417095: hue angle of 206.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417095 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65112149-
CMYK0.560.2500.42
HSL206.43º39.25%41.96%-
HSV(B)206.43º56.38%58.43%-
XYZ13.414.8830.6-
YUV102.16154.43101.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=19.94%
G=34.36%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651121490.560.2500.42206.4339.2541.96
Hex417095381902Ace272a
Octal10116022570310523164752
Binary100000111100001001010111100011001010101011001110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417095; }

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

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

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

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

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

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

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

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