Html Css Color HEX #44718C Calypso

📋 copy color: '#44718C'

red 68 ◦ green 113 ◦ blue 140

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

Shades of Calypso #44718C

Tints of Calypso #44718C

RGB

 RED value IS 68 (26.95% from 255) = 21.18%

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 21.18%
G = 35.2%
B = 43.61%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 68 113 140 -
CMYK 0.51 0.19 0 0.45
HSL 202.5º 0.35% 0.41% -
HSV(B) 202.5º 0.51% 0.55% -
XYZ 13.02 14.93 27.01 -
YUV 102.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 68 113 140 0.51 0.19 0 0.45 202.5 0.35 0.41
Hex 44 71 8C 33 13 0 2D CA 23 29
Octal 104 161 214 63 23 0 55 312 43 51
Binary 1000100 1110001 10001100 110011 10011 0 101101 11001010 100011 101001

Color Harmonies of #44718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44718C

Black with #44718C

Text Example


Text Example

White with #44718C

Text Example


Text Example

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