Html Css Color HEX #476F9D San Marino

📋 copy color: '#476F9D'

red 71 ◦ green 111 ◦ blue 157

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

Shades of San Marino #476F9D

Tints of San Marino #476F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 20.94%
G = 32.74%
B = 46.31%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#476F9D (or 0x476F9D) is known color: San Marino. HEX triplet: 47, 6F and 9D. RGB value is (71,111,157). Sum of RGB (Red+Green+Blue) = 71+111+157=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #476F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F9D is #B89062. Grayscale: #686868. Windows color (decimal): -12095587 or 10317639. OLE color: 10317639.

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

Color convert

RGB 71 111 157 -
CMYK 0.55 0.29 0 0.38
HSL 212.09º 0.38% 0.45% -
HSV(B) 212.09º 0.55% 0.62% -
XYZ 14.37 15.14 34.06 -
YUV 104.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 71 111 157 0.55 0.29 0 0.38 212.09 0.38 0.45
Hex 47 6F 9D 37 1D 0 26 D4 26 2D
Octal 107 157 235 67 35 0 46 324 46 55
Binary 1000111 1101111 10011101 110111 11101 0 100110 11010100 100110 101101

Color Harmonies of #476F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F9D

Black with #476F9D

Text Example


Text Example

White with #476F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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