Html Css Color HEX #446F86 Calypso

📋 copy color: '#446F86'

red 68 ◦ green 111 ◦ blue 134

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

Shades of Calypso #446F86

Tints of Calypso #446F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

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

R = 21.73%
G = 35.46%
B = 42.81%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446F86 (or 0x446F86) is known color: Calypso. HEX triplet: 44, 6F and 86. RGB value is (68,111,134). Sum of RGB (Red+Green+Blue) = 68+111+134=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #446F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F86 is #BB9079. Grayscale: #646464. Windows color (decimal): -12292218 or 8810308. OLE color: 8810308.

HSL color Cylindrical-coordinate representation of color #446F86: hue angle of 200.91º 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 #446F86 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 111 134 -
CMYK 0.49 0.17 0 0.47
HSL 200.91º 0.33% 0.4% -
HSV(B) 200.91º 0.49% 0.53% -
XYZ 12.37 14.32 24.67 -
YUV 100.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 68 111 134 0.49 0.17 0 0.47 200.91 0.33 0.4
Hex 44 6F 86 31 11 0 2F C9 21 28
Octal 104 157 206 61 21 0 57 311 41 50
Binary 1000100 1101111 10000110 110001 10001 0 101111 11001001 100001 101000

Color Harmonies of #446F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F86

Black with #446F86

Text Example


Text Example

White with #446F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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