#45699A

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

Shades of Mariner #45699A

Tints of Mariner #45699A

Color information

#45699A (or 0x45699A) is unknown color: approx Mariner. HEX triplet: 45, 69 and 9A. RGB value is (69,105,154). Sum of RGB (Red+Green+Blue) = 69+105+154=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #45699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45699A is #BA9665. Grayscale: #636363. Windows color (decimal): -12228198 or 10119493. OLE color: 10119493.

HSL color Cylindrical-coordinate representation of color #45699A: hue angle of 214.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45699A is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB69105154-
CMYK0.550.3200.40
HSL214.59º38.12%43.73%-
HSV(B)214.59º55.19%60.39%-
XYZ13.3413.732.51-
YUV99.82158.57106.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=21.04%
G=32.01%
B=46.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691051540.550.3200.40214.5938.1243.73
Hex45699A3720028d7262c
Octal10515123267400503274654
Binary1000101110100110011010110111100000010100011010111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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