#476D9C

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

Shades of San Marino #476D9C

Tints of San Marino #476D9C

Color information

#476D9C (or 0x476D9C) is unknown color: approx San Marino. HEX triplet: 47, 6D and 9C. RGB value is (71,109,156). Sum of RGB (Red+Green+Blue) = 71+109+156=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #476D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D9C is #B89263. Grayscale: #666666. Windows color (decimal): -12096100 or 10251591. OLE color: 10251591.

HSL color Cylindrical-coordinate representation of color #476D9C: hue angle of 213.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476D9C is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71109156-
CMYK0.540.3000.39
HSL213.18º37.44%44.51%-
HSV(B)213.18º54.49%61.18%-
XYZ14.0714.6833.54-
YUV103157.91105.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=21.13%
G=32.44%
B=46.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711091560.540.3000.39213.1837.4444.51
Hex476D9C361E027d5252d
Octal10715523466360473254555
Binary100011111011011001110011011011110010011111010101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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