#447288

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

Shades of Calypso #447288

Tints of Calypso #447288

Color information

#447288 (or 0x447288) is unknown color: approx Calypso. HEX triplet: 44, 72 and 88. RGB value is (68,114,136). Sum of RGB (Red+Green+Blue) = 68+114+136=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #447288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447288 is #BB8D77. Grayscale: #666666. Windows color (decimal): -12291448 or 8942148. OLE color: 8942148.

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

Color convert

RGB68114136-
CMYK0.500.1600.47
HSL199.41º33.33%40%-
HSV(B)199.41º50%53.33%-
XYZ12.8515.0425.52-
YUV102.75146.76103.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=21.38%
G=35.85%
B=42.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681141360.500.1600.47199.4133.3340
Hex447288321002Fc72128
Octal10416221062200573074150
Binary100010011100101000100011001010000010111111000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447288; }

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

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

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

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

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

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

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

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