#447189

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

Shades of Calypso #447189

Tints of Calypso #447189

Color information

#447189 (or 0x447189) is unknown color: approx Calypso. HEX triplet: 44, 71 and 89. RGB value is (68,113,137). Sum of RGB (Red+Green+Blue) = 68+113+137=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #447189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447189 is #BB8E76. Grayscale: #666666. Windows color (decimal): -12291703 or 9007428. OLE color: 9007428.

HSL color Cylindrical-coordinate representation of color #447189: hue angle of 200.87º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447189 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB68113137-
CMYK0.500.1800.46
HSL200.87º33.66%40.2%-
HSV(B)200.87º50.36%53.73%-
XYZ12.814.8525.86-
YUV102.28147.59103.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=21.38%
G=35.53%
B=43.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681131370.500.1800.46200.8733.6640.2
Hex447189321202Ec92228
Octal10416121162220563114250
Binary100010011100011000100111001010010010111011001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447189; }

 p { color: rgb(68,113,137); }

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

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

 a { background-color: rgb(68,113,137); }

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

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

 span { border-color: rgb(68,113,137); }

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