#416F90

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

Shades of Calypso #416F90

Tints of Calypso #416F90

Color information

#416F90 (or 0x416F90) is unknown color: approx Calypso. HEX triplet: 41, 6F and 90. RGB value is (65,111,144). Sum of RGB (Red+Green+Blue) = 65+111+144=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #416F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F90 is #BE906F. Grayscale: #646464. Windows color (decimal): -12488816 or 9465665. OLE color: 9465665.

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

Color convert

RGB65111144-
CMYK0.550.2300.44
HSL205.06º37.8%40.98%-
HSV(B)205.06º54.86%56.47%-
XYZ12.914.5128.51-
YUV101.01152.26102.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 144 (56.64% from 255) = 45%
R=20.31%
G=34.69%
B=45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651111440.550.2300.44205.0637.840.98
Hex416F90371702Ccd2629
Octal10115722067270543154651
Binary100000111011111001000011011110111010110011001101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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