Html Css Color HEX #44708D Calypso

📋 copy color: '#44708D'

red 68 ◦ green 112 ◦ blue 141

#44708D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calypso #44708D

Tints of Calypso #44708D

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 value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44708D (or 0x44708D) is known color: 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

RGB 68 112 141 -
CMYK 0.52 0.21 0 0.45
HSL 203.84º 0.35% 0.41% -
HSV(B) 203.84º 0.52% 0.55% -
XYZ 12.99 14.74 27.36 -
YUV 102.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 68 112 141 0.52 0.21 0 0.45 203.84 0.35 0.41
Hex 44 70 8D 34 15 0 2D CC 23 29
Octal 104 160 215 64 25 0 55 314 43 51
Binary 1000100 1110000 10001101 110100 10101 0 101101 11001100 100011 101001

Color Harmonies of #44708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44708D

Black with #44708D

Text Example


Text Example

White with #44708D

Text Example


Text Example

HTML Codes & Css Web 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>