#446199

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

Shades of Mariner #446199

Tints of Mariner #446199

Color information

#446199 (or 0x446199) is unknown color: approx Mariner. HEX triplet: 44, 61 and 99. RGB value is (68,97,153). Sum of RGB (Red+Green+Blue) = 68+97+153=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #446199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446199 is #BB9E66. Grayscale: #5E5E5E. Windows color (decimal): -12295783 or 10051908. OLE color: 10051908.

HSL color Cylindrical-coordinate representation of color #446199: hue angle of 219.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446199 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6897153-
CMYK0.560.3700.4
HSL219.53º38.46%43.33%-
HSV(B)219.53º55.56%60%-
XYZ12.4112.0831.81-
YUV94.71160.89108.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=21.38%
G=30.50%
B=48.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68971530.560.3700.4219.5338.4643.33
Hex4461993825028dc262b
Octal10414123170450503344653
Binary1000100110000110011001111000100101010100011011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446199; }

 p { color: rgb(68,97,153); }

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

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

 a { background-color: rgb(68,97,153); }

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

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

 span { border-color: rgb(68,97,153); }

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