Html Css Color HEX #476DAB San Marino

📋 copy color: '#476DAB'

red 71 ◦ green 109 ◦ blue 171

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

Shades of San Marino #476DAB

Tints of San Marino #476DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 20.23%
G = 31.05%
B = 48.72%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#476DAB (or 0x476DAB) is known color: San Marino. HEX triplet: 47, 6D and AB. RGB value is (71,109,171). Sum of RGB (Red+Green+Blue) = 71+109+171=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #476DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DAB is #B89254. Grayscale: #686868. Windows color (decimal): -12096085 or 11234631. OLE color: 11234631.

HSL color Cylindrical-coordinate representation of color #476DAB: hue angle of 217.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #476DAB is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 109 171 -
CMYK 0.58 0.36 0 0.33
HSL 217.2º 0.41% 0.47% -
HSV(B) 217.2º 0.58% 0.67% -
XYZ 15.42 15.22 40.65 -
YUV 104.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 71 109 171 0.58 0.36 0 0.33 217.2 0.41 0.47
Hex 47 6D AB 3A 24 0 21 D9 29 2F
Octal 107 155 253 72 44 0 41 331 51 57
Binary 1000111 1101101 10101011 111010 100100 0 100001 11011001 101001 101111

Color Harmonies of #476DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476DAB

Black with #476DAB

Text Example


Text Example

White with #476DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,109,171); }

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

background-color css

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

 a { background-color: rgb(71,109,171); }

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

border-color css

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

 span { border-color: rgb(71,109,171); }

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