#416F93

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

Shades of Calypso #416F93

Tints of Calypso #416F93

Color information

#416F93 (or 0x416F93) is unknown color: approx Calypso. HEX triplet: 41, 6F and 93. RGB value is (65,111,147). Sum of RGB (Red+Green+Blue) = 65+111+147=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #416F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F93 is #BE906C. Grayscale: #656565. Windows color (decimal): -12488813 or 9662273. OLE color: 9662273.

HSL color Cylindrical-coordinate representation of color #416F93: hue angle of 206.34º 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 #416F93 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65111147-
CMYK0.560.2400.42
HSL206.34º38.68%41.57%-
HSV(B)206.34º55.78%57.65%-
XYZ13.1314.629.73-
YUV101.35153.76102.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=20.12%
G=34.37%
B=45.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651111470.560.2400.42206.3438.6841.57
Hex416F93381802Ace272a
Octal10115722370300523164752
Binary100000111011111001001111100011000010101011001110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416F93; }

 p { color: rgb(65,111,147); }

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

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

 a { background-color: rgb(65,111,147); }

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

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

 span { border-color: rgb(65,111,147); }

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