Html Css Color HEX #476FA7 San Marino

📋 copy color: '#476FA7'

red 71 ◦ green 111 ◦ blue 167

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

Shades of San Marino #476FA7

Tints of San Marino #476FA7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 167 (65.63% from 255) = 47.85%

R = 20.34%
G = 31.81%
B = 47.85%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#476FA7 (or 0x476FA7) is known color: San Marino. HEX triplet: 47, 6F and A7. RGB value is (71,111,167). Sum of RGB (Red+Green+Blue) = 71+111+167=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #476FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FA7 is #B89058. Grayscale: #696969. Windows color (decimal): -12095577 or 10972999. OLE color: 10972999.

HSL color Cylindrical-coordinate representation of color #476FA7: hue angle of 215º 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 #476FA7 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 111 167 -
CMYK 0.57 0.34 0 0.35
HSL 215º 0.4% 0.47% -
HSV(B) 215º 0.57% 0.65% -
XYZ 15.26 15.5 38.75 -
YUV 105.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 71 111 167 0.57 0.34 0 0.35 215 0.4 0.47
Hex 47 6F A7 39 22 0 23 D7 28 2F
Octal 107 157 247 71 42 0 43 327 50 57
Binary 1000111 1101111 10100111 111001 100010 0 100011 11010111 101000 101111

Color Harmonies of #476FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FA7

Black with #476FA7

Text Example


Text Example

White with #476FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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