#456294

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

Shades of Mariner #456294

Tints of Mariner #456294

Color information

#456294 (or 0x456294) is unknown color: approx Mariner. HEX triplet: 45, 62 and 94. RGB value is (69,98,148). Sum of RGB (Red+Green+Blue) = 69+98+148=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #456294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456294 is #BA9D6B. Grayscale: #5E5E5E. Windows color (decimal): -12229996 or 9724485. OLE color: 9724485.

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

Color convert

RGB6998148-
CMYK0.530.3400.42
HSL217.97º36.41%42.55%-
HSV(B)217.97º53.38%58.04%-
XYZ12.1712.1429.72-
YUV95.03157.89109.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=21.90%
G=31.11%
B=46.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69981480.530.3400.42217.9736.4142.55
Hex456294352202Ada242b
Octal10514222465420523324453
Binary1000101110001010010100110101100010010101011011010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456294; }

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

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

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

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

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

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

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

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