#476CA7

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

Shades of San Marino #476CA7

Tints of San Marino #476CA7

Color information

#476CA7 (or 0x476CA7) is unknown color: approx San Marino. HEX triplet: 47, 6C and A7. RGB value is (71,108,167). Sum of RGB (Red+Green+Blue) = 71+108+167=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #476CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CA7 is #B89358. Grayscale: #676767. Windows color (decimal): -12096345 or 10972231. OLE color: 10972231.

HSL color Cylindrical-coordinate representation of color #476CA7: hue angle of 216.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476CA7 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71108167-
CMYK0.570.3500.35
HSL216.88º40.34%46.67%-
HSV(B)216.88º57.49%65.49%-
XYZ14.9414.8538.64-
YUV103.66163.74104.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 167 (65.62% from 255) = 48.27%
R=20.52%
G=31.21%
B=48.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711081670.570.3500.35216.8840.3446.67
Hex476CA73923023d9282f
Octal10715424771430433315057
Binary1000111110110010100111111001100011010001111011001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,108,167); }

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

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

 a { background-color: rgb(71,108,167); }

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

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

 span { border-color: rgb(71,108,167); }

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