Html Css Color HEX #446E87 Calypso

📋 copy color: '#446E87'

red 68 ◦ green 110 ◦ blue 135

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

Shades of Calypso #446E87

Tints of Calypso #446E87

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 135 (53.13% from 255) = 43.13%

R = 21.73%
G = 35.14%
B = 43.13%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446E87 (or 0x446E87) is known color: Calypso. HEX triplet: 44, 6E and 87. RGB value is (68,110,135). Sum of RGB (Red+Green+Blue) = 68+110+135=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #446E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E87 is #BB9178. Grayscale: #646464. Windows color (decimal): -12292473 or 8875588. OLE color: 8875588.

HSL color Cylindrical-coordinate representation of color #446E87: hue angle of 202.39º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446E87 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 110 135 -
CMYK 0.50 0.19 0 0.47
HSL 202.39º 0.33% 0.4% -
HSV(B) 202.39º 0.5% 0.53% -
XYZ 12.33 14.13 25 -
YUV 100.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 68 110 135 0.50 0.19 0 0.47 202.39 0.33 0.4
Hex 44 6E 87 32 13 0 2F CA 21 28
Octal 104 156 207 62 23 0 57 312 41 50
Binary 1000100 1101110 10000111 110010 10011 0 101111 11001010 100001 101000

Color Harmonies of #446E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E87

Black with #446E87

Text Example


Text Example

White with #446E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446E87; }

 p { color: rgb(68,110,135); }

 H1.HeaderClassName
 {
   color: #446E87;
 }
 .AnyTagClassName
 {
   color: #446E87;
 }
</style>

background-color css

<style>
 a { background-color: #446E87; }

 a { background-color: rgb(68,110,135); }

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

border-color css

<style>
 span { border-color: #446E87; }

 span { border-color: rgb(68,110,135); }

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