#456195

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

Shades of Mariner #456195

Tints of Mariner #456195

Color information

#456195 (or 0x456195) is unknown color: approx Mariner. HEX triplet: 45, 61 and 95. RGB value is (69,97,149). Sum of RGB (Red+Green+Blue) = 69+97+149=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #456195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456195 is #BA9E6A. Grayscale: #5E5E5E. Windows color (decimal): -12230251 or 9789765. OLE color: 9789765.

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

Color convert

RGB6997149-
CMYK0.540.3500.42
HSL219º36.7%42.75%-
HSV(B)219º53.69%58.43%-
XYZ12.1511.9830.11-
YUV94.56158.72109.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=21.90%
G=30.79%
B=47.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69971490.540.3500.4221936.742.75
Hex456195362302Adb252b
Octal10514122566430523334553
Binary1000101110000110010101110110100011010101011011011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456195; }

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

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

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

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

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

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

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

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