Html Css Color HEX #473FC0 Free Speech Blue

📋 copy color: '#473FC0'

red 71 ◦ green 63 ◦ blue 192

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

Shades of Free Speech Blue #473FC0

Tints of Free Speech Blue #473FC0

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 21.78%
G = 19.33%
B = 58.9%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#473FC0 (or 0x473FC0) is known color: Free Speech Blue. HEX triplet: 47, 3F and C0. RGB value is (71,63,192). Sum of RGB (Red+Green+Blue) = 71+63+192=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #473FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FC0 is #B8C03F. Grayscale: #4F4F4F. Windows color (decimal): -12107840 or 12599111. OLE color: 12599111.

HSL color Cylindrical-coordinate representation of color #473FC0: hue angle of 243.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473FC0 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 63 192 -
CMYK 0.63 0.67 0 0.25
HSL 243.72º 0.51% 0.5% -
HSV(B) 243.72º 0.67% 0.75% -
XYZ 13.89 8.7 50.82 -
YUV 80.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 71 63 192 0.63 0.67 0 0.25 243.72 0.51 0.5
Hex 47 3F C0 3F 43 0 19 F4 33 32
Octal 107 77 300 77 103 0 31 364 63 62
Binary 1000111 111111 11000000 111111 1000011 0 11001 11110100 110011 110010

Color Harmonies of #473FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FC0

Black with #473FC0

Text Example


Text Example

White with #473FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,192); }

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

background-color css

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

 a { background-color: rgb(71,63,192); }

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

border-color css

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

 span { border-color: rgb(71,63,192); }

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