#4564B2

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

Shades of Mariner #4564B2

Tints of Mariner #4564B2

Color information

#4564B2 (or 0x4564B2) is unknown color: approx Mariner. HEX triplet: 45, 64 and B2. RGB value is (69,100,178). Sum of RGB (Red+Green+Blue) = 69+100+178=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #4564B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4564B2 is #BA9B4D. Grayscale: #636363. Windows color (decimal): -12229454 or 11691077. OLE color: 11691077.

HSL color Cylindrical-coordinate representation of color #4564B2: hue angle of 222.94º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4564B2 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB69100178-
CMYK0.610.4400.30
HSL222.94º44.13%48.43%-
HSV(B)222.94º61.24%69.8%-
XYZ15.0513.5943.95-
YUV99.62172.23106.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 178 (69.92% from 255) = 51.30%
R=19.88%
G=28.82%
B=51.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal691001780.610.4400.30222.9444.1348.43
Hex4564B23D2C01Edf2c30
Octal10514426275540363375460
Binary100010111001001011001011110110110001111011011111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4564B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4564B2; }

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

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

<style>
 a { background-color: #4564B2; }

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

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

<style>
 span { border-color: #4564B2; }

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

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