Html Css Color HEX #476EAC San Marino

📋 copy color: '#476EAC'

red 71 ◦ green 110 ◦ blue 172

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

Shades of San Marino #476EAC

Tints of San Marino #476EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 20.11%
G = 31.16%
B = 48.73%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#476EAC (or 0x476EAC) is known color: San Marino. HEX triplet: 47, 6E and AC. RGB value is (71,110,172). Sum of RGB (Red+Green+Blue) = 71+110+172=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #476EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476EAC is #B89153. Grayscale: #696969. Windows color (decimal): -12095828 or 11300423. OLE color: 11300423.

HSL color Cylindrical-coordinate representation of color #476EAC: hue angle of 216.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476EAC is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 110 172 -
CMYK 0.59 0.36 0 0.33
HSL 216.83º 0.42% 0.48% -
HSV(B) 216.83º 0.59% 0.67% -
XYZ 15.62 15.47 41.19 -
YUV 105.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 71 110 172 0.59 0.36 0 0.33 216.83 0.42 0.48
Hex 47 6E AC 3B 24 0 21 D9 2A 30
Octal 107 156 254 73 44 0 41 331 52 60
Binary 1000111 1101110 10101100 111011 100100 0 100001 11011001 101010 110000

Color Harmonies of #476EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EAC

Black with #476EAC

Text Example


Text Example

White with #476EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,110,172); }

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

background-color css

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

 a { background-color: rgb(71,110,172); }

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

border-color css

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

 span { border-color: rgb(71,110,172); }

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