#456194

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

Shades of Mariner #456194

Tints of Mariner #456194

Color information

#456194 (or 0x456194) is unknown color: approx Mariner. HEX triplet: 45, 61 and 94. RGB value is (69,97,148). Sum of RGB (Red+Green+Blue) = 69+97+148=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #456194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456194 is #BA9E6B. Grayscale: #5E5E5E. Windows color (decimal): -12230252 or 9724229. OLE color: 9724229.

HSL color Cylindrical-coordinate representation of color #456194: hue angle of 218.73º 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 #456194 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6997148-
CMYK0.530.3400.42
HSL218.73º36.41%42.55%-
HSV(B)218.73º53.38%58.04%-
XYZ12.0711.9529.69-
YUV94.44158.22109.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=21.97%
G=30.89%
B=47.13%

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
Decimal69971480.530.3400.42218.7336.4142.55
Hex456194352202Adb242b
Octal10514122465420523334453
Binary1000101110000110010100110101100010010101011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456194; }

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

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

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

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

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

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

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

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