#446D87

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

Shades of Calypso #446D87

Tints of Calypso #446D87

Color information

#446D87 (or 0x446D87) is unknown color: approx Calypso. HEX triplet: 44, 6D and 87. RGB value is (68,109,135). Sum of RGB (Red+Green+Blue) = 68+109+135=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #446D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D87 is #BB9278. Grayscale: #636363. Windows color (decimal): -12292729 or 8875332. OLE color: 8875332.

HSL color Cylindrical-coordinate representation of color #446D87: hue angle of 203.28º 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 #446D87 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68109135-
CMYK0.500.1900.47
HSL203.28º33%39.8%-
HSV(B)203.28º49.63%52.94%-
XYZ12.2313.9224.96-
YUV99.7147.92105.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=21.79%
G=34.94%
B=43.27%

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
Decimal681091350.500.1900.47203.283339.8
Hex446D87321302Fcb2128
Octal10415520762230573134150
Binary100010011011011000011111001010011010111111001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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