Html Css Color HEX #476DA6 San Marino

📋 copy color: '#476DA6'

red 71 ◦ green 109 ◦ blue 166

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

Shades of San Marino #476DA6

Tints of San Marino #476DA6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 20.52%
G = 31.5%
B = 47.98%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#476DA6 (or 0x476DA6) is known color: San Marino. HEX triplet: 47, 6D and A6. RGB value is (71,109,166). Sum of RGB (Red+Green+Blue) = 71+109+166=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #476DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DA6 is #B89259. Grayscale: #676767. Windows color (decimal): -12096090 or 10906951. OLE color: 10906951.

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

Color convert

RGB 71 109 166 -
CMYK 0.57 0.34 0 0.35
HSL 216º 0.4% 0.46% -
HSV(B) 216º 0.57% 0.65% -
XYZ 14.95 15.03 38.19 -
YUV 104.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 71 109 166 0.57 0.34 0 0.35 216 0.4 0.46
Hex 47 6D A6 39 22 0 23 D8 28 2E
Octal 107 155 246 71 42 0 43 330 50 56
Binary 1000111 1101101 10100110 111001 100010 0 100011 11011000 101000 101110

Color Harmonies of #476DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DA6

Black with #476DA6

Text Example


Text Example

White with #476DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,109,166); }

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

background-color css

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

 a { background-color: rgb(71,109,166); }

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

border-color css

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

 span { border-color: rgb(71,109,166); }

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