Html Css Color HEX #476EAF San Marino

📋 copy color: '#476EAF'

red 71 ◦ green 110 ◦ blue 175

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

Shades of San Marino #476EAF

Tints of San Marino #476EAF

RGB

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

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

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

R = 19.94%
G = 30.9%
B = 49.16%

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

#476EAF (or 0x476EAF) is known color: San Marino. HEX triplet: 47, 6E and AF. RGB value is (71,110,175). Sum of RGB (Red+Green+Blue) = 71+110+175=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #476EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476EAF is #B89150. Grayscale: #696969. Windows color (decimal): -12095825 or 11497031. OLE color: 11497031.

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

Color convert

RGB 71 110 175 -
CMYK 0.59 0.37 0 0.31
HSL 217.5º 0.42% 0.48% -
HSV(B) 217.5º 0.59% 0.69% -
XYZ 15.91 15.59 42.73 -
YUV 105.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 71 110 175 0.59 0.37 0 0.31 217.5 0.42 0.48
Hex 47 6E AF 3B 25 0 1F DA 2A 30
Octal 107 156 257 73 45 0 37 332 52 60
Binary 1000111 1101110 10101111 111011 100101 0 11111 11011010 101010 110000

Color Harmonies of #476EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EAF

Black with #476EAF

Text Example


Text Example

White with #476EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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