Html Css Color HEX #476CAB San Marino

📋 copy color: '#476CAB'

red 71 ◦ green 108 ◦ blue 171

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

Shades of San Marino #476CAB

Tints of San Marino #476CAB

RGB

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

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

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

R = 20.29%
G = 30.86%
B = 48.86%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#476CAB (or 0x476CAB) is known color: San Marino. HEX triplet: 47, 6C and AB. RGB value is (71,108,171). Sum of RGB (Red+Green+Blue) = 71+108+171=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #476CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CAB is #B89354. Grayscale: #676767. Windows color (decimal): -12096341 or 11234375. OLE color: 11234375.

HSL color Cylindrical-coordinate representation of color #476CAB: hue angle of 217.8º 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 #476CAB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 108 171 -
CMYK 0.58 0.37 0 0.33
HSL 217.8º 0.41% 0.47% -
HSV(B) 217.8º 0.58% 0.67% -
XYZ 15.31 15 40.62 -
YUV 104.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 71 108 171 0.58 0.37 0 0.33 217.8 0.41 0.47
Hex 47 6C AB 3A 25 0 21 DA 29 2F
Octal 107 154 253 72 45 0 41 332 51 57
Binary 1000111 1101100 10101011 111010 100101 0 100001 11011010 101001 101111

Color Harmonies of #476CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CAB

Black with #476CAB

Text Example


Text Example

White with #476CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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