Html Css Color HEX #476BA5 San Marino

📋 copy color: '#476BA5'

red 71 ◦ green 107 ◦ blue 165

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

Shades of San Marino #476BA5

Tints of San Marino #476BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 20.7%
G = 31.2%
B = 48.1%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#476BA5 (or 0x476BA5) is known color: San Marino. HEX triplet: 47, 6B and A5. RGB value is (71,107,165). Sum of RGB (Red+Green+Blue) = 71+107+165=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #476BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BA5 is #B8945A. Grayscale: #666666. Windows color (decimal): -12096603 or 10840903. OLE color: 10840903.

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

Color convert

RGB 71 107 165 -
CMYK 0.57 0.35 0 0.35
HSL 217.02º 0.4% 0.46% -
HSV(B) 217.02º 0.57% 0.65% -
XYZ 14.65 14.57 37.64 -
YUV 102.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 71 107 165 0.57 0.35 0 0.35 217.02 0.4 0.46
Hex 47 6B A5 39 23 0 23 D9 28 2E
Octal 107 153 245 71 43 0 43 331 50 56
Binary 1000111 1101011 10100101 111001 100011 0 100011 11011001 101000 101110

Color Harmonies of #476BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BA5

Black with #476BA5

Text Example


Text Example

White with #476BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,107,165); }

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

background-color css

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

 a { background-color: rgb(71,107,165); }

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

border-color css

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

 span { border-color: rgb(71,107,165); }

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