Html Css Color HEX #4849BF Free Speech Blue

📋 copy color: '#4849BF'

red 72 ◦ green 73 ◦ blue 191

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

Shades of Free Speech Blue #4849BF

Tints of Free Speech Blue #4849BF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 21.43%
G = 21.73%
B = 56.85%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4849BF (or 0x4849BF) is known color: Free Speech Blue. HEX triplet: 48, 49 and BF. RGB value is (72,73,191). Sum of RGB (Red+Green+Blue) = 72+73+191=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #4849BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4849BF is #B7B640. Grayscale: #555555. Windows color (decimal): -12039745 or 12536136. OLE color: 12536136.

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

Color convert

RGB 72 73 191 -
CMYK 0.62 0.62 0 0.25
HSL 239.5º 0.48% 0.52% -
HSV(B) 239.5º 0.62% 0.75% -
XYZ 14.46 9.9 50.44 -
YUV 86.15 187.17 117.91 -
System Red Green Blue C M Y K H S L
Decimal 72 73 191 0.62 0.62 0 0.25 239.5 0.48 0.52
Hex 48 49 BF 3E 3E 0 19 EF 30 34
Octal 110 111 277 76 76 0 31 357 60 64
Binary 1001000 1001001 10111111 111110 111110 0 11001 11101111 110000 110100

Color Harmonies of #4849BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4849BF

Black with #4849BF

Text Example


Text Example

White with #4849BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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