#447289

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

Shades of Calypso #447289

Tints of Calypso #447289

Color information

#447289 (or 0x447289) is unknown color: approx Calypso. HEX triplet: 44, 72 and 89. RGB value is (68,114,137). Sum of RGB (Red+Green+Blue) = 68+114+137=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #447289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447289 is #BB8D76. Grayscale: #666666. Windows color (decimal): -12291447 or 9007684. OLE color: 9007684.

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

Color convert

RGB68114137-
CMYK0.500.1700.46
HSL200º33.66%40.2%-
HSV(B)200º50.36%53.73%-
XYZ12.9215.0725.89-
YUV102.87147.26103.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=21.32%
G=35.74%
B=42.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681141370.500.1700.4620033.6640.2
Hex447289321102Ec82228
Octal10416221162210563104250
Binary100010011100101000100111001010001010111011001000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447289; }

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

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

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

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

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

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

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

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