Html Css Color HEX #446D86 Calypso

📋 copy color: '#446D86'

red 68 ◦ green 109 ◦ blue 134

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

Shades of Calypso #446D86

Tints of Calypso #446D86

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 21.86%
G = 35.05%
B = 43.09%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446D86 (or 0x446D86) is known color: Calypso. HEX triplet: 44, 6D and 86. RGB value is (68,109,134). Sum of RGB (Red+Green+Blue) = 68+109+134=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #446D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D86 is #BB9279. Grayscale: #636363. Windows color (decimal): -12292730 or 8809796. OLE color: 8809796.

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

Color convert

RGB 68 109 134 -
CMYK 0.49 0.19 0 0.47
HSL 202.73º 0.33% 0.4% -
HSV(B) 202.73º 0.49% 0.53% -
XYZ 12.16 13.89 24.59 -
YUV 99.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 68 109 134 0.49 0.19 0 0.47 202.73 0.33 0.4
Hex 44 6D 86 31 13 0 2F CB 21 28
Octal 104 155 206 61 23 0 57 313 41 50
Binary 1000100 1101101 10000110 110001 10011 0 101111 11001011 100001 101000

Color Harmonies of #446D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D86

Black with #446D86

Text Example


Text Example

White with #446D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,134); }

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

background-color css

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

 a { background-color: rgb(68,109,134); }

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

border-color css

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

 span { border-color: rgb(68,109,134); }

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