#446D84

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

Shades of Calypso #446D84

Tints of Calypso #446D84

Color information

#446D84 (or 0x446D84) is unknown color: approx Calypso. HEX triplet: 44, 6D and 84. RGB value is (68,109,132). Sum of RGB (Red+Green+Blue) = 68+109+132=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #446D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D84 is #BB927B. Grayscale: #636363. Windows color (decimal): -12292732 or 8678724. OLE color: 8678724.

HSL color Cylindrical-coordinate representation of color #446D84: hue angle of 201.56º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446D84 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB68109132-
CMYK0.480.1700.48
HSL201.56º32%39.22%-
HSV(B)201.56º48.48%51.76%-
XYZ12.0213.8323.87-
YUV99.36146.42105.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=22.01%
G=35.28%
B=42.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681091320.480.1700.48201.563239.22
Hex446D843011030ca2027
Octal10415520460210603124047
Binary100010011011011000010011000010001011000011001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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