#447086

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

Shades of Calypso #447086

Tints of Calypso #447086

Color information

#447086 (or 0x447086) is unknown color: approx Calypso. HEX triplet: 44, 70 and 86. RGB value is (68,112,134). Sum of RGB (Red+Green+Blue) = 68+112+134=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #447086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447086 is #BB8F79. Grayscale: #656565. Windows color (decimal): -12291962 or 8810564. OLE color: 8810564.

HSL color Cylindrical-coordinate representation of color #447086: hue angle of 200º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447086 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68112134-
CMYK0.490.1600.47
HSL200º32.67%39.61%-
HSV(B)200º49.25%52.55%-
XYZ12.4814.5424.7-
YUV101.35146.42104.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=21.66%
G=35.67%
B=42.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681121340.490.1600.4720032.6739.61
Hex447086311002Fc82128
Octal10416020661200573104150
Binary100010011100001000011011000110000010111111001000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447086; }

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

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

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

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

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

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

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

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