#417283

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

Shades of Calypso #417283

Tints of Calypso #417283

Color information

#417283 (or 0x417283) is unknown color: approx Calypso. HEX triplet: 41, 72 and 83. RGB value is (65,114,131). Sum of RGB (Red+Green+Blue) = 65+114+131=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #417283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417283 is #BE8D7C. Grayscale: #656565. Windows color (decimal): -12488061 or 8614465. OLE color: 8614465.

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

Color convert

RGB65114131-
CMYK0.500.1300.49
HSL195.45º33.67%38.43%-
HSV(B)195.45º50.38%51.37%-
XYZ12.2914.823.68-
YUV101.29144.77102.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=20.97%
G=36.77%
B=42.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651141310.500.1300.49195.4533.6738.43
Hex41728332D031c32226
Octal10116220362150613034246
Binary10000011110010100000111100101101011000111000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417283; }

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

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

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

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

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

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

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

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