#446299

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

Shades of Mariner #446299

Tints of Mariner #446299

Color information

#446299 (or 0x446299) is unknown color: approx Mariner. HEX triplet: 44, 62 and 99. RGB value is (68,98,153). Sum of RGB (Red+Green+Blue) = 68+98+153=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #446299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446299 is #BB9D66. Grayscale: #5F5F5F. Windows color (decimal): -12295527 or 10052164. OLE color: 10052164.

HSL color Cylindrical-coordinate representation of color #446299: hue angle of 218.82º 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 #446299 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6898153-
CMYK0.560.3600.4
HSL218.82º38.46%43.33%-
HSV(B)218.82º55.56%60%-
XYZ12.512.2631.85-
YUV95.3160.56108.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=21.32%
G=30.72%
B=47.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68981530.560.3600.4218.8238.4643.33
Hex4462993824028db262b
Octal10414223170440503334653
Binary1000100110001010011001111000100100010100011011011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446299; }

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

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

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

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

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

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

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

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