#455EAF

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

Shades of Mariner #455EAF

Tints of Mariner #455EAF

Color information

#455EAF (or 0x455EAF) is unknown color: approx Mariner. HEX triplet: 45, 5E and AF. RGB value is (69,94,175). Sum of RGB (Red+Green+Blue) = 69+94+175=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #455EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EAF is #BAA150. Grayscale: #5F5F5F. Windows color (decimal): -12230993 or 11492933. OLE color: 11492933.

HSL color Cylindrical-coordinate representation of color #455EAF: hue angle of 225.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455EAF is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6994175-
CMYK0.610.4600.31
HSL225.85º43.44%47.84%-
HSV(B)225.85º60.57%68.63%-
XYZ14.1912.3742.2-
YUV95.76172.72108.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=20.41%
G=27.81%
B=51.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69941750.610.4600.31225.8543.4447.84
Hex455EAF3D2E01Fe22b30
Octal10513625775560373425360
Binary100010110111101010111111110110111001111111100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,94,175); }

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

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

 a { background-color: rgb(69,94,175); }

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

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

 span { border-color: rgb(69,94,175); }

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