Html Css Color HEX #473BC0 Free Speech Blue

📋 copy color: '#473BC0'

red 71 ◦ green 59 ◦ blue 192

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

Shades of Free Speech Blue #473BC0

Tints of Free Speech Blue #473BC0

RGB

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

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

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

R = 22.05%
G = 18.32%
B = 59.63%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#473BC0 (or 0x473BC0) is known color: Free Speech Blue. HEX triplet: 47, 3B and C0. RGB value is (71,59,192). Sum of RGB (Red+Green+Blue) = 71+59+192=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #473BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC0 is #B8C43F. Grayscale: #4D4D4D. Windows color (decimal): -12108864 or 12598087. OLE color: 12598087.

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

Color convert

RGB 71 59 192 -
CMYK 0.63 0.69 0 0.25
HSL 245.41º 0.53% 0.49% -
HSV(B) 245.41º 0.69% 0.75% -
XYZ 13.68 8.27 50.75 -
YUV 77.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 71 59 192 0.63 0.69 0 0.25 245.41 0.53 0.49
Hex 47 3B C0 3F 45 0 19 F5 35 31
Octal 107 73 300 77 105 0 31 365 65 61
Binary 1000111 111011 11000000 111111 1000101 0 11001 11110101 110101 110001

Color Harmonies of #473BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BC0

Black with #473BC0

Text Example


Text Example

White with #473BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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