Html Css Color HEX #476FA4 San Marino

📋 copy color: '#476FA4'

red 71 ◦ green 111 ◦ blue 164

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

Shades of San Marino #476FA4

Tints of San Marino #476FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 20.52%
G = 32.08%
B = 47.4%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#476FA4 (or 0x476FA4) is known color: San Marino. HEX triplet: 47, 6F and A4. RGB value is (71,111,164). Sum of RGB (Red+Green+Blue) = 71+111+164=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #476FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FA4 is #B8905B. Grayscale: #686868. Windows color (decimal): -12095580 or 10776391. OLE color: 10776391.

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

Color convert

RGB 71 111 164 -
CMYK 0.57 0.32 0 0.36
HSL 214.19º 0.4% 0.46% -
HSV(B) 214.19º 0.57% 0.64% -
XYZ 14.98 15.39 37.3 -
YUV 105.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 71 111 164 0.57 0.32 0 0.36 214.19 0.4 0.46
Hex 47 6F A4 39 20 0 24 D6 28 2E
Octal 107 157 244 71 40 0 44 326 50 56
Binary 1000111 1101111 10100100 111001 100000 0 100100 11010110 101000 101110

Color Harmonies of #476FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FA4

Black with #476FA4

Text Example


Text Example

White with #476FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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