#4975A5

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

Shades of San Marino #4975A5

Tints of San Marino #4975A5

Color information

#4975A5 (or 0x4975A5) is unknown color: approx San Marino. HEX triplet: 49, 75 and A5. RGB value is (73,117,165). Sum of RGB (Red+Green+Blue) = 73+117+165=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #4975A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975A5 is #B68A5A. Grayscale: #6D6D6D. Windows color (decimal): -11962971 or 10843465. OLE color: 10843465.

HSL color Cylindrical-coordinate representation of color #4975A5: hue angle of 211.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4975A5 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73117165-
CMYK0.560.2900.35
HSL211.3º38.66%46.67%-
HSV(B)211.3º55.76%64.71%-
XYZ15.916.8638.01-
YUV109.32159.42102.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 165 (64.84% from 255) = 46.48%
R=20.56%
G=32.96%
B=46.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731171650.560.2900.35211.338.6646.67
Hex4975A5381D023d3272f
Octal11116524570350433234757
Binary100100111101011010010111100011101010001111010011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4975A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4975A5; }

 p { color: rgb(73,117,165); }

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

<style>
 a { background-color: #4975A5; }

 a { background-color: rgb(73,117,165); }

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

<style>
 span { border-color: #4975A5; }

 span { border-color: rgb(73,117,165); }

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