#45639B

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

Shades of Mariner #45639B

Tints of Mariner #45639B

Color information

#45639B (or 0x45639B) is unknown color: approx Mariner. HEX triplet: 45, 63 and 9B. RGB value is (69,99,155). Sum of RGB (Red+Green+Blue) = 69+99+155=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #45639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45639B is #BA9C64. Grayscale: #606060. Windows color (decimal): -12229733 or 10183493. OLE color: 10183493.

HSL color Cylindrical-coordinate representation of color #45639B: hue angle of 219.07º 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 #45639B is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6999155-
CMYK0.550.3600.39
HSL219.07º38.39%43.92%-
HSV(B)219.07º55.48%60.78%-
XYZ12.8312.5632.76-
YUV96.41161.06108.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=21.36%
G=30.65%
B=47.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69991550.550.3600.39219.0738.3943.92
Hex45639B3724027db262c
Octal10514323367440473334654
Binary1000101110001110011011110111100100010011111011011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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