Html Css Color HEX #476CA4 San Marino

📋 copy color: '#476CA4'

red 71 ◦ green 108 ◦ blue 164

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

Shades of San Marino #476CA4

Tints of San Marino #476CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.81%

R = 20.7%
G = 31.49%
B = 47.81%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#476CA4 (or 0x476CA4) is known color: San Marino. HEX triplet: 47, 6C and A4. RGB value is (71,108,164). Sum of RGB (Red+Green+Blue) = 71+108+164=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #476CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CA4 is #B8935B. Grayscale: #676767. Windows color (decimal): -12096348 or 10775623. OLE color: 10775623.

HSL color Cylindrical-coordinate representation of color #476CA4: hue angle of 216.13º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476CA4 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 108 164 -
CMYK 0.57 0.34 0 0.36
HSL 216.13º 0.4% 0.46% -
HSV(B) 216.13º 0.57% 0.64% -
XYZ 14.66 14.75 37.2 -
YUV 103.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 71 108 164 0.57 0.34 0 0.36 216.13 0.4 0.46
Hex 47 6C A4 39 22 0 24 D8 28 2E
Octal 107 154 244 71 42 0 44 330 50 56
Binary 1000111 1101100 10100100 111001 100010 0 100100 11011000 101000 101110

Color Harmonies of #476CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CA4

Black with #476CA4

Text Example


Text Example

White with #476CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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