Html Css Color HEX #473BC1 Free Speech Blue

📋 copy color: '#473BC1'

red 71 ◦ green 59 ◦ blue 193

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

Shades of Free Speech Blue #473BC1

Tints of Free Speech Blue #473BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

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

R = 21.98%
G = 18.27%
B = 59.75%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#473BC1 (or 0x473BC1) is known color: Free Speech Blue. HEX triplet: 47, 3B and C1. RGB value is (71,59,193). Sum of RGB (Red+Green+Blue) = 71+59+193=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #473BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC1 is #B8C43E. Grayscale: #4D4D4D. Windows color (decimal): -12108863 or 12663623. OLE color: 12663623.

HSL color Cylindrical-coordinate representation of color #473BC1: hue angle of 245.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473BC1 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 59 193 -
CMYK 0.63 0.69 0 0.24
HSL 245.37º 0.53% 0.49% -
HSV(B) 245.37º 0.69% 0.76% -
XYZ 13.79 8.32 51.33 -
YUV 77.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 71 59 193 0.63 0.69 0 0.24 245.37 0.53 0.49
Hex 47 3B C1 3F 45 0 18 F5 35 31
Octal 107 73 301 77 105 0 30 365 65 61
Binary 1000111 111011 11000001 111111 1000101 0 11000 11110101 110101 110001

Color Harmonies of #473BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BC1

Black with #473BC1

Text Example


Text Example

White with #473BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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