Html Css Color HEX #477297 San Marino

📋 copy color: '#477297'

red 71 ◦ green 114 ◦ blue 151

#477297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #477297

Tints of San Marino #477297

RGB

 RED value IS 71 (28.13% from 255) = 21.13%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 21.13%
G = 33.93%
B = 44.94%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#477297 (or 0x477297) is known color: San Marino. HEX triplet: 47, 72 and 97. RGB value is (71,114,151). Sum of RGB (Red+Green+Blue) = 71+114+151=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #477297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477297 is #B88D68. Grayscale: #696969. Windows color (decimal): -12094825 or 9925191. OLE color: 9925191.

HSL color Cylindrical-coordinate representation of color #477297: hue angle of 207.75º 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 #477297 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 114 151 -
CMYK 0.53 0.25 0 0.41
HSL 207.75º 0.36% 0.44% -
HSV(B) 207.75º 0.53% 0.59% -
XYZ 14.2 15.61 31.54 -
YUV 105.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 71 114 151 0.53 0.25 0 0.41 207.75 0.36 0.44
Hex 47 72 97 35 19 0 29 D0 24 2C
Octal 107 162 227 65 31 0 51 320 44 54
Binary 1000111 1110010 10010111 110101 11001 0 101001 11010000 100100 101100

Color Harmonies of #477297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477297

Black with #477297

Text Example


Text Example

White with #477297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477297; }

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

 H1.HeaderClassName
 {
   color: #477297;
 }
 .AnyTagClassName
 {
   color: #477297;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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