#447088

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

Shades of Calypso #447088

Tints of Calypso #447088

Color information

#447088 (or 0x447088) is unknown color: approx Calypso. HEX triplet: 44, 70 and 88. RGB value is (68,112,136). Sum of RGB (Red+Green+Blue) = 68+112+136=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #447088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447088 is #BB8F77. Grayscale: #656565. Windows color (decimal): -12291960 or 8941636. OLE color: 8941636.

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

Color convert

RGB68112136-
CMYK0.500.1800.47
HSL201.18º33.33%40%-
HSV(B)201.18º50%53.33%-
XYZ12.6214.5925.44-
YUV101.58147.42104.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=21.52%
G=35.44%
B=43.04%

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
Decimal681121360.500.1800.47201.1833.3340
Hex447088321202Fc92128
Octal10416021062220573114150
Binary100010011100001000100011001010010010111111001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447088; }

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

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

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

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

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

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

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

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