Html Css Color HEX #476FA8 San Marino

📋 copy color: '#476FA8'

red 71 ◦ green 111 ◦ blue 168

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

Shades of San Marino #476FA8

Tints of San Marino #476FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48%

R = 20.29%
G = 31.71%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#476FA8 (or 0x476FA8) is known color: San Marino. HEX triplet: 47, 6F and A8. RGB value is (71,111,168). Sum of RGB (Red+Green+Blue) = 71+111+168=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #476FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FA8 is #B89057. Grayscale: #696969. Windows color (decimal): -12095576 or 11038535. OLE color: 11038535.

HSL color Cylindrical-coordinate representation of color #476FA8: hue angle of 215.26º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #476FA8 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 111 168 -
CMYK 0.58 0.34 0 0.34
HSL 215.26º 0.41% 0.47% -
HSV(B) 215.26º 0.58% 0.66% -
XYZ 15.35 15.54 39.24 -
YUV 105.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 71 111 168 0.58 0.34 0 0.34 215.26 0.41 0.47
Hex 47 6F A8 3A 22 0 22 D7 29 2F
Octal 107 157 250 72 42 0 42 327 51 57
Binary 1000111 1101111 10101000 111010 100010 0 100010 11010111 101001 101111

Color Harmonies of #476FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FA8

Black with #476FA8

Text Example


Text Example

White with #476FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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