#45679D

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

Shades of Mariner #45679D

Tints of Mariner #45679D

Color information

#45679D (or 0x45679D) is unknown color: approx Mariner. HEX triplet: 45, 67 and 9D. RGB value is (69,103,157). Sum of RGB (Red+Green+Blue) = 69+103+157=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #45679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45679D is #BA9862. Grayscale: #626262. Windows color (decimal): -12228707 or 10315589. OLE color: 10315589.

HSL color Cylindrical-coordinate representation of color #45679D: hue angle of 216.82º 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 #45679D is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69103157-
CMYK0.560.3400.38
HSL216.82º38.94%44.31%-
HSV(B)216.82º56.05%61.57%-
XYZ13.3913.433.78-
YUV98.99160.74106.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=20.97%
G=31.31%
B=47.72%

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
Decimal691031570.560.3400.38216.8238.9444.31
Hex45679D3822026d9272c
Octal10514723570420463314754
Binary1000101110011110011101111000100010010011011011001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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