#447488

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

Shades of Calypso #447488

Tints of Calypso #447488

Color information

#447488 (or 0x447488) is unknown color: approx Calypso. HEX triplet: 44, 74 and 88. RGB value is (68,116,136). Sum of RGB (Red+Green+Blue) = 68+116+136=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #447488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447488 is #BB8B77. Grayscale: #676767. Windows color (decimal): -12290936 or 8942660. OLE color: 8942660.

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

Color convert

RGB68116136-
CMYK0.500.1500.47
HSL197.65º33.33%40%-
HSV(B)197.65º50%53.33%-
XYZ13.0715.525.59-
YUV103.93146.1102.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=21.25%
G=36.25%
B=42.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681161360.500.1500.47197.6533.3340
Hex44748832F02Fc62128
Octal10416421062170573064150
Binary10001001110100100010001100101111010111111000110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447488; }

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

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

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

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

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

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

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

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