#4775A3

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

Shades of San Marino #4775A3

Tints of San Marino #4775A3

Color information

#4775A3 (or 0x4775A3) is unknown color: approx San Marino. HEX triplet: 47, 75 and A3. RGB value is (71,117,163). Sum of RGB (Red+Green+Blue) = 71+117+163=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #4775A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4775A3 is #B88A5C. Grayscale: #6C6C6C. Windows color (decimal): -12094045 or 10712391. OLE color: 10712391.

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

Color convert

RGB71117163-
CMYK0.560.2800.36
HSL210º39.32%45.88%-
HSV(B)210º56.44%63.92%-
XYZ15.5716.7137.05-
YUV108.49158.76101.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=20.23%
G=33.33%
B=46.44%

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
Decimal711171630.560.2800.3621039.3245.88
Hex4775A3381C024d2272e
Octal10716524370340443224756
Binary100011111101011010001111100011100010010011010010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4775A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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