#45679F

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

Shades of Mariner #45679F

Tints of Mariner #45679F

Color information

#45679F (or 0x45679F) is unknown color: approx Mariner. HEX triplet: 45, 67 and 9F. RGB value is (69,103,159). Sum of RGB (Red+Green+Blue) = 69+103+159=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #45679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45679F is #BA9860. Grayscale: #626262. Windows color (decimal): -12228705 or 10446661. OLE color: 10446661.

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

Color convert

RGB69103159-
CMYK0.570.3500.38
HSL217.33º39.47%44.71%-
HSV(B)217.33º56.6%62.35%-
XYZ13.5613.4734.69-
YUV99.22161.74106.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=20.85%
G=31.12%
B=48.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691031590.570.3500.38217.3339.4744.71
Hex45679F3923026d9272d
Octal10514723771430463314755
Binary1000101110011110011111111001100011010011011011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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