Html Css Color HEX #476CAC San Marino

📋 copy color: '#476CAC'

red 71 ◦ green 108 ◦ blue 172

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

Shades of San Marino #476CAC

Tints of San Marino #476CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 20.23%
G = 30.77%
B = 49%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#476CAC (or 0x476CAC) is known color: San Marino. HEX triplet: 47, 6C and AC. RGB value is (71,108,172). Sum of RGB (Red+Green+Blue) = 71+108+172=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #476CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CAC is #B89353. Grayscale: #676767. Windows color (decimal): -12096340 or 11299911. OLE color: 11299911.

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

Color convert

RGB 71 108 172 -
CMYK 0.59 0.37 0 0.33
HSL 218.02º 0.42% 0.48% -
HSV(B) 218.02º 0.59% 0.67% -
XYZ 15.41 15.04 41.12 -
YUV 104.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 71 108 172 0.59 0.37 0 0.33 218.02 0.42 0.48
Hex 47 6C AC 3B 25 0 21 DA 2A 30
Octal 107 154 254 73 45 0 41 332 52 60
Binary 1000111 1101100 10101100 111011 100101 0 100001 11011010 101010 110000

Color Harmonies of #476CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CAC

Black with #476CAC

Text Example


Text Example

White with #476CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,172); }

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

background-color css

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

 a { background-color: rgb(71,108,172); }

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

border-color css

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

 span { border-color: rgb(71,108,172); }

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