#455C98

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

Shades of Mariner #455C98

Tints of Mariner #455C98

Color information

#455C98 (or 0x455C98) is unknown color: approx Mariner. HEX triplet: 45, 5C and 98. RGB value is (69,92,152). Sum of RGB (Red+Green+Blue) = 69+92+152=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #455C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C98 is #BAA367. Grayscale: #5B5B5B. Windows color (decimal): -12231528 or 9985093. OLE color: 9985093.

HSL color Cylindrical-coordinate representation of color #455C98: hue angle of 223.37º 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 #455C98 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6992152-
CMYK0.550.3900.40
HSL223.37º37.56%43.33%-
HSV(B)223.37º54.61%59.61%-
XYZ11.9511.1931.24-
YUV91.96161.88111.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=22.04%
G=29.39%
B=48.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69921520.550.3900.40223.3737.5643.33
Hex455C983727028df262b
Octal10513423067470503374653
Binary1000101101110010011000110111100111010100011011111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C98; }

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

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

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

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

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

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

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

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