#45628F

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

Shades of Mariner #45628F

Tints of Mariner #45628F

Color information

#45628F (or 0x45628F) is unknown color: approx Mariner. HEX triplet: 45, 62 and 8F. RGB value is (69,98,143). Sum of RGB (Red+Green+Blue) = 69+98+143=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #45628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45628F is #BA9D70. Grayscale: #5E5E5E. Windows color (decimal): -12230001 or 9396805. OLE color: 9396805.

HSL color Cylindrical-coordinate representation of color #45628F: hue angle of 216.49º 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 #45628F is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6998143-
CMYK0.520.3100.44
HSL216.49º34.91%41.57%-
HSV(B)216.49º51.75%56.08%-
XYZ11.7811.9827.68-
YUV94.46155.39109.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=22.26%
G=31.61%
B=46.13%

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
Decimal69981430.520.3100.44216.4934.9141.57
Hex45628F341F02Cd8232a
Octal10514221764370543304352
Binary100010111000101000111111010011111010110011011000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45628F; }

 p { color: rgb(69,98,143); }

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

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

 a { background-color: rgb(69,98,143); }

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

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

 span { border-color: rgb(69,98,143); }

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