#45689D

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

Shades of Mariner #45689D

Tints of Mariner #45689D

Color information

#45689D (or 0x45689D) is unknown color: approx Mariner. HEX triplet: 45, 68 and 9D. RGB value is (69,104,157). Sum of RGB (Red+Green+Blue) = 69+104+157=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #45689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45689D is #BA9762. Grayscale: #636363. Windows color (decimal): -12228451 or 10315845. OLE color: 10315845.

HSL color Cylindrical-coordinate representation of color #45689D: hue angle of 216.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45689D is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69104157-
CMYK0.560.3400.38
HSL216.14º38.94%44.31%-
HSV(B)216.14º56.05%61.57%-
XYZ13.4913.633.81-
YUV99.58160.4106.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=20.91%
G=31.52%
B=47.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691041570.560.3400.38216.1438.9444.31
Hex45689D3822026d8272c
Octal10515023570420463304754
Binary1000101110100010011101111000100010010011011011000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45689D; }

 p { color: rgb(69,104,157); }

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

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

 a { background-color: rgb(69,104,157); }

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

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

 span { border-color: rgb(69,104,157); }

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