#477499

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

Shades of San Marino #477499

Tints of San Marino #477499

Color information

#477499 (or 0x477499) is unknown color: approx San Marino. HEX triplet: 47, 74 and 99. RGB value is (71,116,153). Sum of RGB (Red+Green+Blue) = 71+116+153=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #477499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477499 is #B88B66. Grayscale: #6A6A6A. Windows color (decimal): -12094311 or 10056775. OLE color: 10056775.

HSL color Cylindrical-coordinate representation of color #477499: hue angle of 207.07º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477499 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71116153-
CMYK0.540.2400.4
HSL207.07º36.61%43.92%-
HSV(B)207.07º53.59%60%-
XYZ14.5916.1332.48-
YUV106.76154.09102.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 153 (60.16% from 255) = 45%
R=20.88%
G=34.12%
B=45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711161530.540.2400.4207.0736.6143.92
Hex4774993618028cf252c
Octal10716423166300503174554
Binary100011111101001001100111011011000010100011001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477499; }

 p { color: rgb(71,116,153); }

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

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

 a { background-color: rgb(71,116,153); }

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

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

 span { border-color: rgb(71,116,153); }

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