#44708d

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

Shades of Calypso #44708D

Tints of Calypso #44708D

Color information

#44708D (or 0x44708D) is unknown color: approx Calypso. HEX triplet: 44, 70 and 8D. RGB value is (68,112,141). Sum of RGB (Red+Green+Blue) = 68+112+141=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #44708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44708D is #BB8F72. Grayscale: #656565. Windows color (decimal): -12291955 or 9269316. OLE color: 9269316.

HSL color Cylindrical-coordinate representation of color #44708D: hue angle of 203.84º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44708D is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68112141-
CMYK0.520.2100.45
HSL203.84º34.93%40.98%-
HSV(B)203.84º51.77%55.29%-
XYZ12.9914.7427.36-
YUV102.15149.92103.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=21.18%
G=34.89%
B=43.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681121410.520.2100.45203.8434.9340.98
Hex44708D341502Dcc2329
Octal10416021564250553144351
Binary100010011100001000110111010010101010110111001100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44708d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44708d; }

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

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

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

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

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

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

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

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