#45649C

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

Shades of Mariner #45649C

Tints of Mariner #45649C

Color information

#45649C (or 0x45649C) is unknown color: approx Mariner. HEX triplet: 45, 64 and 9C. RGB value is (69,100,156). Sum of RGB (Red+Green+Blue) = 69+100+156=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #45649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45649C is #BA9B63. Grayscale: #606060. Windows color (decimal): -12229476 or 10249285. OLE color: 10249285.

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

Color convert

RGB69100156-
CMYK0.560.3600.39
HSL218.62º38.67%44.12%-
HSV(B)218.62º55.77%61.18%-
XYZ13.0112.7833.23-
YUV97.11161.23107.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 156 (61.33% from 255) = 48%
R=21.23%
G=30.77%
B=48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691001560.560.3600.39218.6238.6744.12
Hex45649C3824027db272c
Octal10514423470440473334754
Binary1000101110010010011100111000100100010011111011011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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