#446E87

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

Shades of Calypso #446E87

Tints of Calypso #446E87

Color information

#446E87 (or 0x446E87) is unknown color: approx Calypso. HEX triplet: 44, 6E and 87. RGB value is (68,110,135). Sum of RGB (Red+Green+Blue) = 68+110+135=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #446E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E87 is #BB9178. Grayscale: #646464. Windows color (decimal): -12292473 or 8875588. OLE color: 8875588.

HSL color Cylindrical-coordinate representation of color #446E87: hue angle of 202.39º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446E87 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68110135-
CMYK0.500.1900.47
HSL202.39º33%39.8%-
HSV(B)202.39º49.63%52.94%-
XYZ12.3314.1325-
YUV100.29147.59104.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=21.73%
G=35.14%
B=43.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681101350.500.1900.47202.393339.8
Hex446E87321302Fca2128
Octal10415620762230573124150
Binary100010011011101000011111001010011010111111001010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446E87; }

 p { color: rgb(68,110,135); }

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

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

 a { background-color: rgb(68,110,135); }

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

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

 span { border-color: rgb(68,110,135); }

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