Html Css Color HEX #476DA2 San Marino

📋 copy color: '#476DA2'

red 71 ◦ green 109 ◦ blue 162

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

Shades of San Marino #476DA2

Tints of San Marino #476DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 20.76%
G = 31.87%
B = 47.37%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#476DA2 (or 0x476DA2) is known color: San Marino. HEX triplet: 47, 6D and A2. RGB value is (71,109,162). Sum of RGB (Red+Green+Blue) = 71+109+162=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #476DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DA2 is #B8925D. Grayscale: #676767. Windows color (decimal): -12096094 or 10644807. OLE color: 10644807.

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

Color convert

RGB 71 109 162 -
CMYK 0.56 0.33 0 0.36
HSL 214.95º 0.39% 0.46% -
HSV(B) 214.95º 0.56% 0.64% -
XYZ 14.59 14.89 36.29 -
YUV 103.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 71 109 162 0.56 0.33 0 0.36 214.95 0.39 0.46
Hex 47 6D A2 38 21 0 24 D7 27 2E
Octal 107 155 242 70 41 0 44 327 47 56
Binary 1000111 1101101 10100010 111000 100001 0 100100 11010111 100111 101110

Color Harmonies of #476DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DA2

Black with #476DA2

Text Example


Text Example

White with #476DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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