Html Css Color HEX #476AA3 San Marino

📋 copy color: '#476AA3'

red 71 ◦ green 106 ◦ blue 163

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

Shades of San Marino #476AA3

Tints of San Marino #476AA3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

 BLUE value IS 163 (64.06% from 255) = 47.94%

R = 20.88%
G = 31.18%
B = 47.94%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#476AA3 (or 0x476AA3) is known color: San Marino. HEX triplet: 47, 6A and A3. RGB value is (71,106,163). Sum of RGB (Red+Green+Blue) = 71+106+163=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #476AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AA3 is #B8955C. Grayscale: #656565. Windows color (decimal): -12096861 or 10709575. OLE color: 10709575.

HSL color Cylindrical-coordinate representation of color #476AA3: hue angle of 217.17º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #476AA3 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 106 163 -
CMYK 0.56 0.35 0 0.36
HSL 217.17º 0.39% 0.46% -
HSV(B) 217.17º 0.56% 0.64% -
XYZ 14.36 14.29 36.65 -
YUV 102.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 71 106 163 0.56 0.35 0 0.36 217.17 0.39 0.46
Hex 47 6A A3 38 23 0 24 D9 27 2E
Octal 107 152 243 70 43 0 44 331 47 56
Binary 1000111 1101010 10100011 111000 100011 0 100100 11011001 100111 101110

Color Harmonies of #476AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AA3

Black with #476AA3

Text Example


Text Example

White with #476AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,163); }

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

background-color css

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

 a { background-color: rgb(71,106,163); }

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

border-color css

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

 span { border-color: rgb(71,106,163); }

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