#456295

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

Shades of Mariner #456295

Tints of Mariner #456295

Color information

#456295 (or 0x456295) is unknown color: approx Mariner. HEX triplet: 45, 62 and 95. RGB value is (69,98,149). Sum of RGB (Red+Green+Blue) = 69+98+149=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #456295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456295 is #BA9D6A. Grayscale: #5E5E5E. Windows color (decimal): -12229995 or 9790021. OLE color: 9790021.

HSL color Cylindrical-coordinate representation of color #456295: hue angle of 218.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456295 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6998149-
CMYK0.540.3400.42
HSL218.25º36.7%42.75%-
HSV(B)218.25º53.69%58.43%-
XYZ12.2512.1730.14-
YUV95.14158.39109.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=21.84%
G=31.01%
B=47.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69981490.540.3400.42218.2536.742.75
Hex456295362202Ada252b
Octal10514222566420523324553
Binary1000101110001010010101110110100010010101011011010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456295; }

 p { color: rgb(69,98,149); }

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

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

 a { background-color: rgb(69,98,149); }

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

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

 span { border-color: rgb(69,98,149); }

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