#476D99

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

Shades of San Marino #476D99

Tints of San Marino #476D99

Color information

#476D99 (or 0x476D99) is unknown color: approx San Marino. HEX triplet: 47, 6D and 99. RGB value is (71,109,153). Sum of RGB (Red+Green+Blue) = 71+109+153=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #476D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D99 is #B89266. Grayscale: #666666. Windows color (decimal): -12096103 or 10054983. OLE color: 10054983.

HSL color Cylindrical-coordinate representation of color #476D99: hue angle of 212.2º 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 #476D99 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71109153-
CMYK0.540.2900.4
HSL212.2º36.61%43.92%-
HSV(B)212.2º53.59%60%-
XYZ13.8214.5832.22-
YUV102.65156.41105.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=21.32%
G=32.73%
B=45.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711091530.540.2900.4212.236.6143.92
Hex476D99361D028d4252c
Octal10715523166350503244554
Binary100011111011011001100111011011101010100011010100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476D99; }

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

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

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

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

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

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

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

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