Html Css Color HEX #476BA2 San Marino

📋 copy color: '#476BA2'

red 71 ◦ green 107 ◦ blue 162

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

Shades of San Marino #476BA2

Tints of San Marino #476BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

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

R = 20.88%
G = 31.47%
B = 47.65%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#476BA2 (or 0x476BA2) is known color: San Marino. HEX triplet: 47, 6B and A2. RGB value is (71,107,162). Sum of RGB (Red+Green+Blue) = 71+107+162=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #476BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BA2 is #B8945D. Grayscale: #666666. Windows color (decimal): -12096606 or 10644295. OLE color: 10644295.

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

Color convert

RGB 71 107 162 -
CMYK 0.56 0.34 0 0.36
HSL 216.26º 0.39% 0.46% -
HSV(B) 216.26º 0.56% 0.64% -
XYZ 14.38 14.46 36.22 -
YUV 102.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 71 107 162 0.56 0.34 0 0.36 216.26 0.39 0.46
Hex 47 6B A2 38 22 0 24 D8 27 2E
Octal 107 153 242 70 42 0 44 330 47 56
Binary 1000111 1101011 10100010 111000 100010 0 100100 11011000 100111 101110

Color Harmonies of #476BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BA2

Black with #476BA2

Text Example


Text Example

White with #476BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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