Html Css Color HEX #446E85 Calypso

📋 copy color: '#446E85'

red 68 ◦ green 110 ◦ blue 133

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

Shades of Calypso #446E85

Tints of Calypso #446E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 21.86%
G = 35.37%
B = 42.77%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#446E85 (or 0x446E85) is known color: Calypso. HEX triplet: 44, 6E and 85. RGB value is (68,110,133). Sum of RGB (Red+Green+Blue) = 68+110+133=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #446E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E85 is #BB917A. Grayscale: #636363. Windows color (decimal): -12292475 or 8744516. OLE color: 8744516.

HSL color Cylindrical-coordinate representation of color #446E85: hue angle of 201.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446E85 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 110 133 -
CMYK 0.49 0.17 0 0.48
HSL 201.23º 0.32% 0.39% -
HSV(B) 201.23º 0.49% 0.52% -
XYZ 12.19 14.07 24.26 -
YUV 100.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 68 110 133 0.49 0.17 0 0.48 201.23 0.32 0.39
Hex 44 6E 85 31 11 0 30 C9 20 27
Octal 104 156 205 61 21 0 60 311 40 47
Binary 1000100 1101110 10000101 110001 10001 0 110000 11001001 100000 100111

Color Harmonies of #446E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E85

Black with #446E85

Text Example


Text Example

White with #446E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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