Html Css Color HEX #446F87 Calypso

📋 copy color: '#446F87'

red 68 ◦ green 111 ◦ blue 135

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

Shades of Calypso #446F87

Tints of Calypso #446F87

RGB

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

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

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

R = 21.66%
G = 35.35%
B = 42.99%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#446F87 (or 0x446F87) is known color: Calypso. HEX triplet: 44, 6F and 87. RGB value is (68,111,135). Sum of RGB (Red+Green+Blue) = 68+111+135=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #446F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F87 is #BB9078. Grayscale: #646464. Windows color (decimal): -12292217 or 8875844. OLE color: 8875844.

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

Color convert

RGB 68 111 135 -
CMYK 0.50 0.18 0 0.47
HSL 201.49º 0.33% 0.4% -
HSV(B) 201.49º 0.5% 0.53% -
XYZ 12.44 14.35 25.04 -
YUV 100.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 68 111 135 0.50 0.18 0 0.47 201.49 0.33 0.4
Hex 44 6F 87 32 12 0 2F C9 21 28
Octal 104 157 207 62 22 0 57 311 41 50
Binary 1000100 1101111 10000111 110010 10010 0 101111 11001001 100001 101000

Color Harmonies of #446F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F87

Black with #446F87

Text Example


Text Example

White with #446F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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