Html Css Color HEX #476F9F San Marino

📋 copy color: '#476F9F'

red 71 ◦ green 111 ◦ blue 159

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

Shades of San Marino #476F9F

Tints of San Marino #476F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 20.82%
G = 32.55%
B = 46.63%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#476F9F (or 0x476F9F) is known color: San Marino. HEX triplet: 47, 6F and 9F. RGB value is (71,111,159). Sum of RGB (Red+Green+Blue) = 71+111+159=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #476F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F9F is #B89060. Grayscale: #686868. Windows color (decimal): -12095585 or 10448711. OLE color: 10448711.

HSL color Cylindrical-coordinate representation of color #476F9F: hue angle of 212.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #476F9F is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 111 159 -
CMYK 0.55 0.30 0 0.38
HSL 212.73º 0.38% 0.45% -
HSV(B) 212.73º 0.55% 0.62% -
XYZ 14.54 15.21 34.97 -
YUV 104.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 71 111 159 0.55 0.30 0 0.38 212.73 0.38 0.45
Hex 47 6F 9F 37 1E 0 26 D5 26 2D
Octal 107 157 237 67 36 0 46 325 46 55
Binary 1000111 1101111 10011111 110111 11110 0 100110 11010101 100110 101101

Color Harmonies of #476F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F9F

Black with #476F9F

Text Example


Text Example

White with #476F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,159); }

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

background-color css

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

 a { background-color: rgb(71,111,159); }

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

border-color css

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

 span { border-color: rgb(71,111,159); }

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