#45699E

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

Shades of Mariner #45699E

Tints of Mariner #45699E

Color information

#45699E (or 0x45699E) is unknown color: approx Mariner. HEX triplet: 45, 69 and 9E. RGB value is (69,105,158). Sum of RGB (Red+Green+Blue) = 69+105+158=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #45699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45699E is #BA9661. Grayscale: #646464. Windows color (decimal): -12228194 or 10381637. OLE color: 10381637.

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

Color convert

RGB69105158-
CMYK0.560.3400.38
HSL215.73º39.21%44.51%-
HSV(B)215.73º56.33%61.96%-
XYZ13.6813.8434.3-
YUV100.28160.57105.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=20.78%
G=31.63%
B=47.59%

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
Decimal691051580.560.3400.38215.7339.2144.51
Hex45699E3822026d8272d
Octal10515123670420463304755
Binary1000101110100110011110111000100010010011011011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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