Html Css Color HEX #476FAF San Marino

📋 copy color: '#476FAF'

red 71 ◦ green 111 ◦ blue 175

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

Shades of San Marino #476FAF

Tints of San Marino #476FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 19.89%
G = 31.09%
B = 49.02%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#476FAF (or 0x476FAF) is known color: San Marino. HEX triplet: 47, 6F and AF. RGB value is (71,111,175). Sum of RGB (Red+Green+Blue) = 71+111+175=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #476FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FAF is #B89050. Grayscale: #6A6A6A. Windows color (decimal): -12095569 or 11497287. OLE color: 11497287.

HSL color Cylindrical-coordinate representation of color #476FAF: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476FAF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 111 175 -
CMYK 0.59 0.37 0 0.31
HSL 216.92º 0.42% 0.48% -
HSV(B) 216.92º 0.59% 0.69% -
XYZ 16.02 15.8 42.76 -
YUV 106.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 71 111 175 0.59 0.37 0 0.31 216.92 0.42 0.48
Hex 47 6F AF 3B 25 0 1F D9 2A 30
Octal 107 157 257 73 45 0 37 331 52 60
Binary 1000111 1101111 10101111 111011 100101 0 11111 11011001 101010 110000

Color Harmonies of #476FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FAF

Black with #476FAF

Text Example


Text Example

White with #476FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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