Html Css Color HEX #473BBF Free Speech Blue

📋 copy color: '#473BBF'

red 71 ◦ green 59 ◦ blue 191

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

Shades of Free Speech Blue #473BBF

Tints of Free Speech Blue #473BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 22.12%
G = 18.38%
B = 59.5%

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

#473BBF (or 0x473BBF) is known color: Free Speech Blue. HEX triplet: 47, 3B and BF. RGB value is (71,59,191). Sum of RGB (Red+Green+Blue) = 71+59+191=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #473BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BBF is #B8C440. Grayscale: #4D4D4D. Windows color (decimal): -12108865 or 12532551. OLE color: 12532551.

HSL color Cylindrical-coordinate representation of color #473BBF: hue angle of 245.45º 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 #473BBF is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 59 191 -
CMYK 0.63 0.69 0 0.25
HSL 245.45º 0.53% 0.49% -
HSV(B) 245.45º 0.69% 0.75% -
XYZ 13.57 8.23 50.16 -
YUV 77.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 71 59 191 0.63 0.69 0 0.25 245.45 0.53 0.49
Hex 47 3B BF 3F 45 0 19 F5 35 31
Octal 107 73 277 77 105 0 31 365 65 61
Binary 1000111 111011 10111111 111111 1000101 0 11001 11110101 110101 110001

Color Harmonies of #473BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BBF

Black with #473BBF

Text Example


Text Example

White with #473BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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