#44718A

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

Shades of Calypso #44718A

Tints of Calypso #44718A

Color information

#44718A (or 0x44718A) is unknown color: approx Calypso. HEX triplet: 44, 71 and 8A. RGB value is (68,113,138). Sum of RGB (Red+Green+Blue) = 68+113+138=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #44718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44718A is #BB8E75. Grayscale: #666666. Windows color (decimal): -12291702 or 9072964. OLE color: 9072964.

HSL color Cylindrical-coordinate representation of color #44718A: hue angle of 201.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44718A is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB68113138-
CMYK0.510.1800.46
HSL201.43º33.98%40.39%-
HSV(B)201.43º50.72%54.12%-
XYZ12.8814.8726.24-
YUV102.4148.09103.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=21.32%
G=35.42%
B=43.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681131380.510.1800.46201.4333.9840.39
Hex44718A331202Ec92228
Octal10416121263220563114250
Binary100010011100011000101011001110010010111011001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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