#456692

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

Shades of Mariner #456692

Tints of Mariner #456692

Color information

#456692 (or 0x456692) is unknown color: approx Mariner. HEX triplet: 45, 66 and 92. RGB value is (69,102,146). Sum of RGB (Red+Green+Blue) = 69+102+146=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #456692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456692 is #BA996D. Grayscale: #606060. Windows color (decimal): -12228974 or 9594437. OLE color: 9594437.

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

Color convert

RGB69102146-
CMYK0.530.3000.43
HSL214.29º35.81%42.16%-
HSV(B)214.29º52.74%57.25%-
XYZ12.3912.8429.02-
YUV97.15155.57107.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=21.77%
G=32.18%
B=46.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691021460.530.3000.43214.2935.8142.16
Hex456692351E02Bd6242a
Octal10514622265360533264452
Binary100010111001101001001011010111110010101111010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456692; }

 p { color: rgb(69,102,146); }

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

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

 a { background-color: rgb(69,102,146); }

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

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

 span { border-color: rgb(69,102,146); }

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