#446F83

Color #446F83 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #446F83

Tints of Calypso #446F83

Color information

#446F83 (or 0x446F83) is unknown color: approx Calypso. HEX triplet: 44, 6F and 83. RGB value is (68,111,131). Sum of RGB (Red+Green+Blue) = 68+111+131=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #446F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F83 is #BB907C. Grayscale: #646464. Windows color (decimal): -12292221 or 8613700. OLE color: 8613700.

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

Color convert

RGB68111131-
CMYK0.480.1500.49
HSL199.05º31.66%39.02%-
HSV(B)199.05º48.09%51.37%-
XYZ12.1714.2423.58-
YUV100.42145.25104.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=21.94%
G=35.81%
B=42.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681111310.480.1500.49199.0531.6639.02
Hex446F8330F031c72027
Octal10415720360170613074047
Binary10001001101111100000111100001111011000111000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #446F83;
 }
 .AnyTagClassName
 {
   color: #446F83;
 }
</style>
background-color css

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

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

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

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

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

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