Html Css Color HEX #476DAF San Marino

📋 copy color: '#476DAF'

red 71 ◦ green 109 ◦ blue 175

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

Shades of San Marino #476DAF

Tints of San Marino #476DAF

RGB

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

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

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

R = 20%
G = 30.7%
B = 49.3%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#476DAF (or 0x476DAF) is known color: San Marino. HEX triplet: 47, 6D and AF. RGB value is (71,109,175). Sum of RGB (Red+Green+Blue) = 71+109+175=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #476DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DAF is #B89250. Grayscale: #686868. Windows color (decimal): -12096081 or 11496775. OLE color: 11496775.

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

Color convert

RGB 71 109 175 -
CMYK 0.59 0.38 0 0.31
HSL 218.08º 0.42% 0.48% -
HSV(B) 218.08º 0.59% 0.69% -
XYZ 15.81 15.37 42.69 -
YUV 105.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 71 109 175 0.59 0.38 0 0.31 218.08 0.42 0.48
Hex 47 6D AF 3B 26 0 1F DA 2A 30
Octal 107 155 257 73 46 0 37 332 52 60
Binary 1000111 1101101 10101111 111011 100110 0 11111 11011010 101010 110000

Color Harmonies of #476DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DAF

Black with #476DAF

Text Example


Text Example

White with #476DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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