Html Css Color HEX #44728C Calypso

📋 copy color: '#44728C'

red 68 ◦ green 114 ◦ blue 140

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

Shades of Calypso #44728C

Tints of Calypso #44728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 21.12%
G = 35.4%
B = 43.48%

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

#44728C (or 0x44728C) is known color: Calypso. HEX triplet: 44, 72 and 8C. RGB value is (68,114,140). Sum of RGB (Red+Green+Blue) = 68+114+140=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #44728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44728C is #BB8D73. Grayscale: #676767. Windows color (decimal): -12291444 or 9204292. OLE color: 9204292.

HSL color Cylindrical-coordinate representation of color #44728C: hue angle of 201.67º 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 #44728C is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 114 140 -
CMYK 0.51 0.19 0 0.45
HSL 201.67º 0.35% 0.41% -
HSV(B) 201.67º 0.51% 0.55% -
XYZ 13.13 15.16 27.04 -
YUV 103.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 68 114 140 0.51 0.19 0 0.45 201.67 0.35 0.41
Hex 44 72 8C 33 13 0 2D CA 23 29
Octal 104 162 214 63 23 0 55 312 43 51
Binary 1000100 1110010 10001100 110011 10011 0 101101 11001010 100011 101001

Color Harmonies of #44728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44728C

Black with #44728C

Text Example


Text Example

White with #44728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44728C; }

 p { color: rgb(68,114,140); }

 H1.HeaderClassName
 {
   color: #44728C;
 }
 .AnyTagClassName
 {
   color: #44728C;
 }
</style>

background-color css

<style>
 a { background-color: #44728C; }

 a { background-color: rgb(68,114,140); }

 div.DivClassName
 {
   background-color: #44728C;
 }
 .BgClassName
 {
   background-color: #44728C;
 }
</style>

border-color css

<style>
 span { border-color: #44728C; }

 span { border-color: rgb(68,114,140); }

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