Html Css Color HEX #476DAE San Marino

📋 copy color: '#476DAE'

red 71 ◦ green 109 ◦ blue 174

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

Shades of San Marino #476DAE

Tints of San Marino #476DAE

RGB

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

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

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

R = 20.06%
G = 30.79%
B = 49.15%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#476DAE (or 0x476DAE) is known color: San Marino. HEX triplet: 47, 6D and AE. RGB value is (71,109,174). Sum of RGB (Red+Green+Blue) = 71+109+174=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #476DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DAE is #B89251. Grayscale: #686868. Windows color (decimal): -12096082 or 11431239. OLE color: 11431239.

HSL color Cylindrical-coordinate representation of color #476DAE: hue angle of 217.86º 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 #476DAE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 109 174 -
CMYK 0.59 0.37 0 0.32
HSL 217.86º 0.42% 0.48% -
HSV(B) 217.86º 0.59% 0.68% -
XYZ 15.71 15.33 42.18 -
YUV 105.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 71 109 174 0.59 0.37 0 0.32 217.86 0.42 0.48
Hex 47 6D AE 3B 25 0 20 DA 2A 30
Octal 107 155 256 73 45 0 40 332 52 60
Binary 1000111 1101101 10101110 111011 100101 0 100000 11011010 101010 110000

Color Harmonies of #476DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DAE

Black with #476DAE

Text Example


Text Example

White with #476DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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