#44718F

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

Shades of Calypso #44718F

Tints of Calypso #44718F

Color information

#44718F (or 0x44718F) is unknown color: approx Calypso. HEX triplet: 44, 71 and 8F. RGB value is (68,113,143). Sum of RGB (Red+Green+Blue) = 68+113+143=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #44718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44718F is #BB8E70. Grayscale: #666666. Windows color (decimal): -12291697 or 9400644. OLE color: 9400644.

HSL color Cylindrical-coordinate representation of color #44718F: hue angle of 204º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44718F is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB68113143-
CMYK0.520.2100.44
HSL204º35.55%41.37%-
HSV(B)204º52.45%56.08%-
XYZ13.2515.0228.19-
YUV102.96150.59103.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=20.99%
G=34.88%
B=44.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681131430.520.2100.4420435.5541.37
Hex44718F341502Ccc2429
Octal10416121764250543144451
Binary100010011100011000111111010010101010110011001100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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