#416F92

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

Shades of Calypso #416F92

Tints of Calypso #416F92

Color information

#416F92 (or 0x416F92) is unknown color: approx Calypso. HEX triplet: 41, 6F and 92. RGB value is (65,111,146). Sum of RGB (Red+Green+Blue) = 65+111+146=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #416F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F92 is #BE906D. Grayscale: #656565. Windows color (decimal): -12488814 or 9596737. OLE color: 9596737.

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

Color convert

RGB65111146-
CMYK0.550.2400.43
HSL205.93º38.39%41.37%-
HSV(B)205.93º55.48%57.25%-
XYZ13.0514.5729.32-
YUV101.24153.26102.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=20.19%
G=34.47%
B=45.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651111460.550.2400.43205.9338.3941.37
Hex416F92371802Bce2629
Octal10115722267300533164651
Binary100000111011111001001011011111000010101111001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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