Html Css Color HEX #44718F Calypso

📋 copy color: '#44718F'

red 68 ◦ green 113 ◦ blue 143

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

Shades of Calypso #44718F

Tints of Calypso #44718F

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

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44718F (or 0x44718F) is known color: 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

RGB 68 113 143 -
CMYK 0.52 0.21 0 0.44
HSL 204º 0.36% 0.41% -
HSV(B) 204º 0.52% 0.56% -
XYZ 13.25 15.02 28.19 -
YUV 102.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 68 113 143 0.52 0.21 0 0.44 204 0.36 0.41
Hex 44 71 8F 34 15 0 2C CC 24 29
Octal 104 161 217 64 25 0 54 314 44 51
Binary 1000100 1110001 10001111 110100 10101 0 101100 11001100 100100 101001

Color Harmonies of #44718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44718F

Black with #44718F

Text Example


Text Example

White with #44718F

Text Example


Text Example

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