#476897

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

Shades of San Marino #476897

Tints of San Marino #476897

Color information

#476897 (or 0x476897) is unknown color: approx San Marino. HEX triplet: 47, 68 and 97. RGB value is (71,104,151). Sum of RGB (Red+Green+Blue) = 71+104+151=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #476897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476897 is #B89768. Grayscale: #636363. Windows color (decimal): -12097385 or 9922631. OLE color: 9922631.

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

Color convert

RGB71104151-
CMYK0.530.3100.41
HSL215.25º36.04%43.53%-
HSV(B)215.25º52.98%59.22%-
XYZ13.1313.4731.19-
YUV99.49157.07107.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=21.78%
G=31.90%
B=46.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711041510.530.3100.41215.2536.0443.53
Hex476897351F029d7242c
Octal10715022765370513274454
Binary100011111010001001011111010111111010100111010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476897; }

 p { color: rgb(71,104,151); }

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

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

 a { background-color: rgb(71,104,151); }

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

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

 span { border-color: rgb(71,104,151); }

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