Html Css Color HEX #476CC1 Free Speech Blue

📋 copy color: '#476CC1'

red 71 ◦ green 108 ◦ blue 193

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

Shades of Free Speech Blue #476CC1

Tints of Free Speech Blue #476CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 19.09%
G = 29.03%
B = 51.88%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#476CC1 (or 0x476CC1) is known color: Free Speech Blue. HEX triplet: 47, 6C and C1. RGB value is (71,108,193). Sum of RGB (Red+Green+Blue) = 71+108+193=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #476CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CC1 is #B8933E. Grayscale: #6A6A6A. Windows color (decimal): -12096319 or 12676167. OLE color: 12676167.

HSL color Cylindrical-coordinate representation of color #476CC1: hue angle of 221.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476CC1 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 108 193 -
CMYK 0.63 0.44 0 0.24
HSL 221.8º 0.5% 0.52% -
HSV(B) 221.8º 0.63% 0.76% -
XYZ 17.59 15.91 52.6 -
YUV 106.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 71 108 193 0.63 0.44 0 0.24 221.8 0.5 0.52
Hex 47 6C C1 3F 2C 0 18 DE 32 34
Octal 107 154 301 77 54 0 30 336 62 64
Binary 1000111 1101100 11000001 111111 101100 0 11000 11011110 110010 110100

Color Harmonies of #476CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CC1

Black with #476CC1

Text Example


Text Example

White with #476CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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