#4764B0

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

Shades of Mariner #4764B0

Tints of Mariner #4764B0

Color information

#4764B0 (or 0x4764B0) is unknown color: approx Mariner. HEX triplet: 47, 64 and B0. RGB value is (71,100,176). Sum of RGB (Red+Green+Blue) = 71+100+176=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #4764B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4764B0 is #B89B4F. Grayscale: #636363. Windows color (decimal): -12098384 or 11560007. OLE color: 11560007.

HSL color Cylindrical-coordinate representation of color #4764B0: hue angle of 223.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4764B0 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71100176-
CMYK0.600.4300.31
HSL223.43º42.51%48.43%-
HSV(B)223.43º59.66%69.02%-
XYZ14.9913.5942.91-
YUV99.99170.89107.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 176 (69.14% from 255) = 50.72%
R=20.46%
G=28.82%
B=50.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711001760.600.4300.31223.4342.5148.43
Hex4764B03C2B01Fdf2b30
Octal10714426074530373375360
Binary100011111001001011000011110010101101111111011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4764B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4764B0; }

 p { color: rgb(71,100,176); }

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

<style>
 a { background-color: #4764B0; }

 a { background-color: rgb(71,100,176); }

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

<style>
 span { border-color: #4764B0; }

 span { border-color: rgb(71,100,176); }

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