Html Css Color HEX #476FAE San Marino

📋 copy color: '#476FAE'

red 71 ◦ green 111 ◦ blue 174

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

Shades of San Marino #476FAE

Tints of San Marino #476FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 19.94%
G = 31.18%
B = 48.88%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#476FAE (or 0x476FAE) is known color: San Marino. HEX triplet: 47, 6F and AE. RGB value is (71,111,174). Sum of RGB (Red+Green+Blue) = 71+111+174=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #476FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FAE is #B89051. Grayscale: #696969. Windows color (decimal): -12095570 or 11431751. OLE color: 11431751.

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

Color convert

RGB 71 111 174 -
CMYK 0.59 0.36 0 0.32
HSL 216.7º 0.42% 0.48% -
HSV(B) 216.7º 0.59% 0.68% -
XYZ 15.92 15.76 42.25 -
YUV 106.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 71 111 174 0.59 0.36 0 0.32 216.7 0.42 0.48
Hex 47 6F AE 3B 24 0 20 D9 2A 30
Octal 107 157 256 73 44 0 40 331 52 60
Binary 1000111 1101111 10101110 111011 100100 0 100000 11011001 101010 110000

Color Harmonies of #476FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FAE

Black with #476FAE

Text Example


Text Example

White with #476FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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