#45618E

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

Shades of Mariner #45618E

Tints of Mariner #45618E

Color information

#45618E (or 0x45618E) is unknown color: approx Mariner. HEX triplet: 45, 61 and 8E. RGB value is (69,97,142). Sum of RGB (Red+Green+Blue) = 69+97+142=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #45618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45618E is #BA9E71. Grayscale: #5D5D5D. Windows color (decimal): -12230258 or 9331013. OLE color: 9331013.

HSL color Cylindrical-coordinate representation of color #45618E: hue angle of 216.99º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45618E is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6997142-
CMYK0.510.3200.44
HSL216.99º34.6%41.37%-
HSV(B)216.99º51.41%55.69%-
XYZ11.6111.7727.25-
YUV93.76155.22110.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=22.40%
G=31.49%
B=46.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69971420.510.3200.44216.9934.641.37
Hex45618E332002Cd92329
Octal10514121663400543314351
Binary1000101110000110001110110011100000010110011011001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45618E; }

 p { color: rgb(69,97,142); }

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

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

 a { background-color: rgb(69,97,142); }

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

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

 span { border-color: rgb(69,97,142); }

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