#477298

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

Shades of San Marino #477298

Tints of San Marino #477298

Color information

#477298 (or 0x477298) is unknown color: approx San Marino. HEX triplet: 47, 72 and 98. RGB value is (71,114,152). Sum of RGB (Red+Green+Blue) = 71+114+152=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #477298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477298 is #B88D67. Grayscale: #696969. Windows color (decimal): -12094824 or 9990727. OLE color: 9990727.

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

Color convert

RGB71114152-
CMYK0.530.2500.40
HSL208.15º36.32%43.73%-
HSV(B)208.15º53.29%59.61%-
XYZ14.2815.6431.97-
YUV105.48154.25103.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=21.07%
G=33.83%
B=45.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711141520.530.2500.40208.1536.3243.73
Hex4772983519028d0242c
Octal10716223065310503204454
Binary100011111100101001100011010111001010100011010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477298; }

 p { color: rgb(71,114,152); }

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

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

 a { background-color: rgb(71,114,152); }

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

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

 span { border-color: rgb(71,114,152); }

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