#45679E

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

Shades of Mariner #45679E

Tints of Mariner #45679E

Color information

#45679E (or 0x45679E) is unknown color: approx Mariner. HEX triplet: 45, 67 and 9E. RGB value is (69,103,158). Sum of RGB (Red+Green+Blue) = 69+103+158=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #45679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45679E is #BA9861. Grayscale: #626262. Windows color (decimal): -12228706 or 10381125. OLE color: 10381125.

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

Color convert

RGB69103158-
CMYK0.560.3500.38
HSL217.08º39.21%44.51%-
HSV(B)217.08º56.33%61.96%-
XYZ13.4813.4334.23-
YUV99.1161.24106.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=20.91%
G=31.21%
B=47.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691031580.560.3500.38217.0839.2144.51
Hex45679E3823026d9272d
Octal10514723670430463314755
Binary1000101110011110011110111000100011010011011011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,103,158); }

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

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

 a { background-color: rgb(69,103,158); }

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

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

 span { border-color: rgb(69,103,158); }

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