#447089

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

Shades of Calypso #447089

Tints of Calypso #447089

Color information

#447089 (or 0x447089) is unknown color: approx Calypso. HEX triplet: 44, 70 and 89. RGB value is (68,112,137). Sum of RGB (Red+Green+Blue) = 68+112+137=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #447089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447089 is #BB8F76. Grayscale: #656565. Windows color (decimal): -12291959 or 9007172. OLE color: 9007172.

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

Color convert

RGB68112137-
CMYK0.500.1800.46
HSL201.74º33.66%40.2%-
HSV(B)201.74º50.36%53.73%-
XYZ12.6914.6225.82-
YUV101.69147.92103.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=21.45%
G=35.33%
B=43.22%

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
Decimal681121370.500.1800.46201.7433.6640.2
Hex447089321202Eca2228
Octal10416021162220563124250
Binary100010011100001000100111001010010010111011001010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447089; }

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

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

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

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

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

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

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

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