#456098

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

Shades of Mariner #456098

Tints of Mariner #456098

Color information

#456098 (or 0x456098) is unknown color: approx Mariner. HEX triplet: 45, 60 and 98. RGB value is (69,96,152). Sum of RGB (Red+Green+Blue) = 69+96+152=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #456098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456098 is #BA9F67. Grayscale: #5E5E5E. Windows color (decimal): -12230504 or 9986117. OLE color: 9986117.

HSL color Cylindrical-coordinate representation of color #456098: hue angle of 220.48º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456098 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6996152-
CMYK0.550.3700.40
HSL220.48º37.56%43.33%-
HSV(B)220.48º54.61%59.61%-
XYZ12.311.931.35-
YUV94.31160.55109.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=21.77%
G=30.28%
B=47.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69961520.550.3700.40220.4837.5643.33
Hex4560983725028dc262b
Octal10514023067450503344653
Binary1000101110000010011000110111100101010100011011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456098; }

 p { color: rgb(69,96,152); }

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

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

 a { background-color: rgb(69,96,152); }

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

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

 span { border-color: rgb(69,96,152); }

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