#446E85

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

Shades of Calypso #446E85

Tints of Calypso #446E85

Color information

#446E85 (or 0x446E85) is unknown color: approx Calypso. HEX triplet: 44, 6E and 85. RGB value is (68,110,133). Sum of RGB (Red+Green+Blue) = 68+110+133=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #446E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E85 is #BB917A. Grayscale: #636363. Windows color (decimal): -12292475 or 8744516. OLE color: 8744516.

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

Color convert

RGB68110133-
CMYK0.490.1700.48
HSL201.23º32.34%39.41%-
HSV(B)201.23º48.87%52.16%-
XYZ12.1914.0724.26-
YUV100.06146.59105.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=21.86%
G=35.37%
B=42.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681101330.490.1700.48201.2332.3439.41
Hex446E853111030c92027
Octal10415620561210603114047
Binary100010011011101000010111000110001011000011001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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