#446F87

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

Shades of Calypso #446F87

Tints of Calypso #446F87

Color information

#446F87 (or 0x446F87) is unknown color: approx Calypso. HEX triplet: 44, 6F and 87. RGB value is (68,111,135). Sum of RGB (Red+Green+Blue) = 68+111+135=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #446F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F87 is #BB9078. Grayscale: #646464. Windows color (decimal): -12292217 or 8875844. OLE color: 8875844.

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

Color convert

RGB68111135-
CMYK0.500.1800.47
HSL201.49º33%39.8%-
HSV(B)201.49º49.63%52.94%-
XYZ12.4414.3525.04-
YUV100.88147.25104.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=21.66%
G=35.35%
B=42.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681111350.500.1800.47201.493339.8
Hex446F87321202Fc92128
Octal10415720762220573114150
Binary100010011011111000011111001010010010111111001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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