#417286

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

Shades of Calypso #417286

Tints of Calypso #417286

Color information

#417286 (or 0x417286) is unknown color: approx Calypso. HEX triplet: 41, 72 and 86. RGB value is (65,114,134). Sum of RGB (Red+Green+Blue) = 65+114+134=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #417286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417286 is #BE8D79. Grayscale: #656565. Windows color (decimal): -12488058 or 8811073. OLE color: 8811073.

HSL color Cylindrical-coordinate representation of color #417286: hue angle of 197.39º 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 #417286 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65114134-
CMYK0.510.1500.47
HSL197.39º34.67%39.02%-
HSV(B)197.39º51.49%52.55%-
XYZ12.514.8824.77-
YUV101.63146.27101.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 134 (52.73% from 255) = 42.81%
R=20.77%
G=36.42%
B=42.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651141340.510.1500.47197.3934.6739.02
Hex41728633F02Fc52327
Octal10116220663170573054347
Binary10000011110010100001101100111111010111111000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417286; }

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

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

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

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

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

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

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

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