#4777A2

Color #4777A2 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4777A2

Tints of San Marino #4777A2

Color information

#4777A2 (or 0x4777A2) is unknown color: approx San Marino. HEX triplet: 47, 77 and A2. RGB value is (71,119,162). Sum of RGB (Red+Green+Blue) = 71+119+162=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #4777A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4777A2 is #B8885D. Grayscale: #6D6D6D. Windows color (decimal): -12093534 or 10647367. OLE color: 10647367.

HSL color Cylindrical-coordinate representation of color #4777A2: hue angle of 208.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4777A2 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71119162-
CMYK0.560.2700.36
HSL208.35º39.06%45.69%-
HSV(B)208.35º56.17%63.53%-
XYZ15.7217.1436.66-
YUV109.55157.6100.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 162 (63.67% from 255) = 46.02%
R=20.17%
G=33.81%
B=46.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711191620.560.2700.36208.3539.0645.69
Hex4777A2381B024d0272e
Octal10716724270330443204756
Binary100011111101111010001011100011011010010011010000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4777A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4777A2; }

 p { color: rgb(71,119,162); }

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

<style>
 a { background-color: #4777A2; }

 a { background-color: rgb(71,119,162); }

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

<style>
 span { border-color: #4777A2; }

 span { border-color: rgb(71,119,162); }

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