Html Css Color HEX #476EA4 San Marino

📋 copy color: '#476EA4'

red 71 ◦ green 110 ◦ blue 164

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

Shades of San Marino #476EA4

Tints of San Marino #476EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.54%

R = 20.58%
G = 31.88%
B = 47.54%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#476EA4 (or 0x476EA4) is known color: San Marino. HEX triplet: 47, 6E and A4. RGB value is (71,110,164). Sum of RGB (Red+Green+Blue) = 71+110+164=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #476EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476EA4 is #B8915B. Grayscale: #686868. Windows color (decimal): -12095836 or 10776135. OLE color: 10776135.

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

Color convert

RGB 71 110 164 -
CMYK 0.57 0.33 0 0.36
HSL 214.84º 0.4% 0.46% -
HSV(B) 214.84º 0.57% 0.64% -
XYZ 14.88 15.17 37.27 -
YUV 104.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 71 110 164 0.57 0.33 0 0.36 214.84 0.4 0.46
Hex 47 6E A4 39 21 0 24 D7 28 2E
Octal 107 156 244 71 41 0 44 327 50 56
Binary 1000111 1101110 10100100 111001 100001 0 100100 11010111 101000 101110

Color Harmonies of #476EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EA4

Black with #476EA4

Text Example


Text Example

White with #476EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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