#4775A2

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

Shades of San Marino #4775A2

Tints of San Marino #4775A2

Color information

#4775A2 (or 0x4775A2) is unknown color: approx San Marino. HEX triplet: 47, 75 and A2. RGB value is (71,117,162). Sum of RGB (Red+Green+Blue) = 71+117+162=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: blue. Hex color #4775A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4775A2 is #B88A5D. Grayscale: #6C6C6C. Windows color (decimal): -12094046 or 10646855. OLE color: 10646855.

HSL color Cylindrical-coordinate representation of color #4775A2: hue angle of 209.67º 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 #4775A2 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71117162-
CMYK0.560.2800.36
HSL209.67º39.06%45.69%-
HSV(B)209.67º56.17%63.53%-
XYZ15.4816.6736.58-
YUV108.38158.26101.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 162 (63.67% from 255) = 46.29%
R=20.29%
G=33.43%
B=46.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711171620.560.2800.36209.6739.0645.69
Hex4775A2381C024d2272e
Octal10716524270340443224756
Binary100011111101011010001011100011100010010011010010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4775A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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