Html Css Color HEX #4847BF Free Speech Blue

📋 copy color: '#4847BF'

red 72 ◦ green 71 ◦ blue 191

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

Shades of Free Speech Blue #4847BF

Tints of Free Speech Blue #4847BF

RGB

 RED value IS 72 (28.52% from 255) = 21.56%

 GREEN value IS 71 (28.13% from 255) = 21.26%

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

R = 21.56%
G = 21.26%
B = 57.19%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4847BF (or 0x4847BF) is known color: Free Speech Blue. HEX triplet: 48, 47 and BF. RGB value is (72,71,191). Sum of RGB (Red+Green+Blue) = 72+71+191=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #4847BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847BF is #B7B840. Grayscale: #545454. Windows color (decimal): -12040257 or 12535624. OLE color: 12535624.

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

Color convert

RGB 72 71 191 -
CMYK 0.62 0.63 0 0.25
HSL 240.5º 0.48% 0.51% -
HSV(B) 240.5º 0.63% 0.75% -
XYZ 14.33 9.65 50.4 -
YUV 84.98 187.83 118.74 -
System Red Green Blue C M Y K H S L
Decimal 72 71 191 0.62 0.63 0 0.25 240.5 0.48 0.51
Hex 48 47 BF 3E 3F 0 19 F0 30 33
Octal 110 107 277 76 77 0 31 360 60 63
Binary 1001000 1000111 10111111 111110 111111 0 11001 11110000 110000 110011

Color Harmonies of #4847BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4847BF

Black with #4847BF

Text Example


Text Example

White with #4847BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4847BF; }

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

 H1.HeaderClassName
 {
   color: #4847BF;
 }
 .AnyTagClassName
 {
   color: #4847BF;
 }
</style>

background-color css

<style>
 a { background-color: #4847BF; }

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

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

border-color css

<style>
 span { border-color: #4847BF; }

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

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