#447082

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

Shades of Calypso #447082

Tints of Calypso #447082

Color information

#447082 (or 0x447082) is unknown color: approx Calypso. HEX triplet: 44, 70 and 82. RGB value is (68,112,130). Sum of RGB (Red+Green+Blue) = 68+112+130=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #447082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447082 is #BB8F7D. Grayscale: #646464. Windows color (decimal): -12291966 or 8548420. OLE color: 8548420.

HSL color Cylindrical-coordinate representation of color #447082: hue angle of 197.42º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447082 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB68112130-
CMYK0.480.1400.49
HSL197.42º31.31%38.82%-
HSV(B)197.42º47.69%50.98%-
XYZ12.2114.4323.26-
YUV100.9144.42104.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=21.94%
G=36.13%
B=41.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681121300.480.1400.49197.4231.3138.82
Hex44708230E031c51f27
Octal10416020260160613053747
Binary1000100111000010000010110000111001100011100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447082; }

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

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

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

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

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

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

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

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