Html Css Color HEX #476CA7 San Marino

📋 copy color: '#476CA7'

red 71 ◦ green 108 ◦ blue 167

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

Shades of San Marino #476CA7

Tints of San Marino #476CA7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

 BLUE value IS 167 (65.63% from 255) = 48.27%

R = 20.52%
G = 31.21%
B = 48.27%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#476CA7 (or 0x476CA7) is known color: San Marino. HEX triplet: 47, 6C and A7. RGB value is (71,108,167). Sum of RGB (Red+Green+Blue) = 71+108+167=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #476CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CA7 is #B89358. Grayscale: #676767. Windows color (decimal): -12096345 or 10972231. OLE color: 10972231.

HSL color Cylindrical-coordinate representation of color #476CA7: hue angle of 216.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476CA7 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 108 167 -
CMYK 0.57 0.35 0 0.35
HSL 216.88º 0.4% 0.47% -
HSV(B) 216.88º 0.57% 0.65% -
XYZ 14.94 14.85 38.64 -
YUV 103.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 71 108 167 0.57 0.35 0 0.35 216.88 0.4 0.47
Hex 47 6C A7 39 23 0 23 D9 28 2F
Octal 107 154 247 71 43 0 43 331 50 57
Binary 1000111 1101100 10100111 111001 100011 0 100011 11011001 101000 101111

Color Harmonies of #476CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CA7

Black with #476CA7

Text Example


Text Example

White with #476CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,167); }

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

background-color css

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

 a { background-color: rgb(71,108,167); }

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

border-color css

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

 span { border-color: rgb(71,108,167); }

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