Html Css Color HEX #476AA2 San Marino

📋 copy color: '#476AA2'

red 71 ◦ green 106 ◦ blue 162

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

Shades of San Marino #476AA2

Tints of San Marino #476AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.79%

R = 20.94%
G = 31.27%
B = 47.79%

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

#476AA2 (or 0x476AA2) is known color: San Marino. HEX triplet: 47, 6A and A2. RGB value is (71,106,162). Sum of RGB (Red+Green+Blue) = 71+106+162=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #476AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AA2 is #B8955D. Grayscale: #656565. Windows color (decimal): -12096862 or 10644039. OLE color: 10644039.

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

Color convert

RGB 71 106 162 -
CMYK 0.56 0.35 0 0.36
HSL 216.92º 0.39% 0.46% -
HSV(B) 216.92º 0.56% 0.64% -
XYZ 14.27 14.26 36.18 -
YUV 101.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 71 106 162 0.56 0.35 0 0.36 216.92 0.39 0.46
Hex 47 6A A2 38 23 0 24 D9 27 2E
Octal 107 152 242 70 43 0 44 331 47 56
Binary 1000111 1101010 10100010 111000 100011 0 100100 11011001 100111 101110

Color Harmonies of #476AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476AA2

Black with #476AA2

Text Example


Text Example

White with #476AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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