#44718C

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

Shades of Calypso #44718C

Tints of Calypso #44718C

Color information

#44718C (or 0x44718C) is unknown color: approx Calypso. HEX triplet: 44, 71 and 8C. RGB value is (68,113,140). Sum of RGB (Red+Green+Blue) = 68+113+140=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #44718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44718C is #BB8E73. Grayscale: #666666. Windows color (decimal): -12291700 or 9204036. OLE color: 9204036.

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

Color convert

RGB68113140-
CMYK0.510.1900.45
HSL202.5º34.62%40.78%-
HSV(B)202.5º51.43%54.9%-
XYZ13.0214.9327.01-
YUV102.62149.09103.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=21.18%
G=35.20%
B=43.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681131400.510.1900.45202.534.6240.78
Hex44718C331302Dca2329
Octal10416121463230553124351
Binary100010011100011000110011001110011010110111001010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44718C; }

 p { color: rgb(68,113,140); }

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

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

 a { background-color: rgb(68,113,140); }

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

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

 span { border-color: rgb(68,113,140); }

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