Html Css Color HEX #476BC1 Free Speech Blue

📋 copy color: '#476BC1'

red 71 ◦ green 107 ◦ blue 193

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

Shades of Free Speech Blue #476BC1

Tints of Free Speech Blue #476BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

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

R = 19.14%
G = 28.84%
B = 52.02%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#476BC1 (or 0x476BC1) is known color: Free Speech Blue. HEX triplet: 47, 6B and C1. RGB value is (71,107,193). Sum of RGB (Red+Green+Blue) = 71+107+193=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #476BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BC1 is #B8943E. Grayscale: #696969. Windows color (decimal): -12096575 or 12675911. OLE color: 12675911.

HSL color Cylindrical-coordinate representation of color #476BC1: hue angle of 222.3º 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 #476BC1 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 107 193 -
CMYK 0.63 0.45 0 0.24
HSL 222.3º 0.5% 0.52% -
HSV(B) 222.3º 0.63% 0.76% -
XYZ 17.48 15.71 52.56 -
YUV 106.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 71 107 193 0.63 0.45 0 0.24 222.3 0.5 0.52
Hex 47 6B C1 3F 2D 0 18 DE 32 34
Octal 107 153 301 77 55 0 30 336 62 64
Binary 1000111 1101011 11000001 111111 101101 0 11000 11011110 110010 110100

Color Harmonies of #476BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BC1

Black with #476BC1

Text Example


Text Example

White with #476BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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