Html Css Color HEX #476E9B San Marino

📋 copy color: '#476E9B'

red 71 ◦ green 110 ◦ blue 155

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

Shades of San Marino #476E9B

Tints of San Marino #476E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 21.13%
G = 32.74%
B = 46.13%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#476E9B (or 0x476E9B) is known color: San Marino. HEX triplet: 47, 6E and 9B. RGB value is (71,110,155). Sum of RGB (Red+Green+Blue) = 71+110+155=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #476E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E9B is #B89164. Grayscale: #676767. Windows color (decimal): -12095845 or 10186311. OLE color: 10186311.

HSL color Cylindrical-coordinate representation of color #476E9B: hue angle of 212.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476E9B is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 110 155 -
CMYK 0.54 0.29 0 0.39
HSL 212.14º 0.37% 0.44% -
HSV(B) 212.14º 0.54% 0.61% -
XYZ 14.09 14.86 33.14 -
YUV 103.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 71 110 155 0.54 0.29 0 0.39 212.14 0.37 0.44
Hex 47 6E 9B 36 1D 0 27 D4 25 2C
Octal 107 156 233 66 35 0 47 324 45 54
Binary 1000111 1101110 10011011 110110 11101 0 100111 11010100 100101 101100

Color Harmonies of #476E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E9B

Black with #476E9B

Text Example


Text Example

White with #476E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,110,155); }

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

background-color css

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

 a { background-color: rgb(71,110,155); }

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

border-color css

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

 span { border-color: rgb(71,110,155); }

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