#45649B

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

Shades of Mariner #45649B

Tints of Mariner #45649B

Color information

#45649B (or 0x45649B) is unknown color: approx Mariner. HEX triplet: 45, 64 and 9B. RGB value is (69,100,155). Sum of RGB (Red+Green+Blue) = 69+100+155=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #45649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649B is #BA9B64. Grayscale: #606060. Windows color (decimal): -12229477 or 10183749. OLE color: 10183749.

HSL color Cylindrical-coordinate representation of color #45649B: hue angle of 218.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45649B is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69100155-
CMYK0.550.3500.39
HSL218.37º38.39%43.92%-
HSV(B)218.37º55.48%60.78%-
XYZ12.9312.7532.79-
YUV97160.73108.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=21.30%
G=30.86%
B=47.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691001550.550.3500.39218.3738.3943.92
Hex45649B3723027da262c
Octal10514423367430473324654
Binary1000101110010010011011110111100011010011111011010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45649B; }

 p { color: rgb(69,100,155); }

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

<style>
 a { background-color: #45649B; }

 a { background-color: rgb(69,100,155); }

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

<style>
 span { border-color: #45649B; }

 span { border-color: rgb(69,100,155); }

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