#476D96

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

Shades of San Marino #476D96

Tints of San Marino #476D96

Color information

#476D96 (or 0x476D96) is unknown color: approx San Marino. HEX triplet: 47, 6D and 96. RGB value is (71,109,150). Sum of RGB (Red+Green+Blue) = 71+109+150=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #476D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D96 is #B89269. Grayscale: #666666. Windows color (decimal): -12096106 or 9858375. OLE color: 9858375.

HSL color Cylindrical-coordinate representation of color #476D96: hue angle of 211.14º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476D96 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71109150-
CMYK0.530.2700.41
HSL211.14º35.75%43.33%-
HSV(B)211.14º52.67%58.82%-
XYZ13.5714.4830.93-
YUV102.31154.91105.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=21.52%
G=33.03%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711091500.530.2700.41211.1435.7543.33
Hex476D96351B029d3242b
Octal10715522665330513234453
Binary100011111011011001011011010111011010100111010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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