#456390

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

Shades of Mariner #456390

Tints of Mariner #456390

Color information

#456390 (or 0x456390) is unknown color: approx Mariner. HEX triplet: 45, 63 and 90. RGB value is (69,99,144). Sum of RGB (Red+Green+Blue) = 69+99+144=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #456390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456390 is #BA9C6F. Grayscale: #5E5E5E. Windows color (decimal): -12229744 or 9462597. OLE color: 9462597.

HSL color Cylindrical-coordinate representation of color #456390: hue angle of 216º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456390 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6999144-
CMYK0.520.3100.44
HSL216º35.21%41.76%-
HSV(B)216º52.08%56.47%-
XYZ11.9512.228.11-
YUV95.16155.56109.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=22.12%
G=31.73%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69991440.520.3100.4421635.2141.76
Hex456390341F02Cd8232a
Octal10514322064370543304352
Binary100010111000111001000011010011111010110011011000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456390; }

 p { color: rgb(69,99,144); }

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

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

 a { background-color: rgb(69,99,144); }

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

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

 span { border-color: rgb(69,99,144); }

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