#446296

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

Shades of Mariner #446296

Tints of Mariner #446296

Color information

#446296 (or 0x446296) is unknown color: approx Mariner. HEX triplet: 44, 62 and 96. RGB value is (68,98,150). Sum of RGB (Red+Green+Blue) = 68+98+150=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #446296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446296 is #BB9D69. Grayscale: #5E5E5E. Windows color (decimal): -12295530 or 9855556. OLE color: 9855556.

HSL color Cylindrical-coordinate representation of color #446296: hue angle of 218.05º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446296 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6898150-
CMYK0.550.3500.41
HSL218.05º37.61%42.75%-
HSV(B)218.05º54.67%58.82%-
XYZ12.2612.1730.56-
YUV94.96159.06108.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=21.52%
G=31.01%
B=47.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68981500.550.3500.41218.0537.6142.75
Hex4462963723029da262b
Octal10414222667430513324653
Binary1000100110001010010110110111100011010100111011010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446296; }

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

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

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

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

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

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

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

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