Html Css Color HEX #476FA5 San Marino

📋 copy color: '#476FA5'

red 71 ◦ green 111 ◦ blue 165

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

Shades of San Marino #476FA5

Tints of San Marino #476FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.55%

R = 20.46%
G = 31.99%
B = 47.55%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#476FA5 (or 0x476FA5) is known color: San Marino. HEX triplet: 47, 6F and A5. RGB value is (71,111,165). Sum of RGB (Red+Green+Blue) = 71+111+165=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #476FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FA5 is #B8905A. Grayscale: #686868. Windows color (decimal): -12095579 or 10841927. OLE color: 10841927.

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

Color convert

RGB 71 111 165 -
CMYK 0.57 0.33 0 0.35
HSL 214.47º 0.4% 0.46% -
HSV(B) 214.47º 0.57% 0.65% -
XYZ 15.07 15.43 37.78 -
YUV 105.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 71 111 165 0.57 0.33 0 0.35 214.47 0.4 0.46
Hex 47 6F A5 39 21 0 23 D6 28 2E
Octal 107 157 245 71 41 0 43 326 50 56
Binary 1000111 1101111 10100101 111001 100001 0 100011 11010110 101000 101110

Color Harmonies of #476FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FA5

Black with #476FA5

Text Example


Text Example

White with #476FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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