#446F88

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

Shades of Calypso #446F88

Tints of Calypso #446F88

Color information

#446F88 (or 0x446F88) is unknown color: approx Calypso. HEX triplet: 44, 6F and 88. RGB value is (68,111,136). Sum of RGB (Red+Green+Blue) = 68+111+136=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #446F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F88 is #BB9077. Grayscale: #646464. Windows color (decimal): -12292216 or 8941380. OLE color: 8941380.

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

Color convert

RGB68111136-
CMYK0.500.1800.47
HSL202.06º33.33%40%-
HSV(B)202.06º50%53.33%-
XYZ12.5114.3825.41-
YUV100.99147.75104.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=21.59%
G=35.24%
B=43.17%

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
Decimal681111360.500.1800.47202.0633.3340
Hex446F88321202Fca2128
Octal10415721062220573124150
Binary100010011011111000100011001010010010111111001010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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