Html Css Color HEX #4948BA Free Speech Blue

📋 copy color: '#4948BA'

red 73 ◦ green 72 ◦ blue 186

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

Shades of Free Speech Blue #4948BA

Tints of Free Speech Blue #4948BA

RGB

 RED value IS 73 (28.91% from 255) = 22.05%

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 22.05%
G = 21.75%
B = 56.19%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4948BA (or 0x4948BA) is known color: Free Speech Blue. HEX triplet: 49, 48 and BA. RGB value is (73,72,186). Sum of RGB (Red+Green+Blue) = 73+72+186=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #4948BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948BA is #B6B745. Grayscale: #545454. Windows color (decimal): -11974470 or 12208201. OLE color: 12208201.

HSL color Cylindrical-coordinate representation of color #4948BA: hue angle of 240.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4948BA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 72 186 -
CMYK 0.61 0.61 0 0.27
HSL 240.53º 0.45% 0.51% -
HSV(B) 240.53º 0.61% 0.73% -
XYZ 13.93 9.6 47.57 -
YUV 85.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 73 72 186 0.61 0.61 0 0.27 240.53 0.45 0.51
Hex 49 48 BA 3D 3D 0 1B F1 2D 33
Octal 111 110 272 75 75 0 33 361 55 63
Binary 1001001 1001000 10111010 111101 111101 0 11011 11110001 101101 110011

Color Harmonies of #4948BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948BA

Black with #4948BA

Text Example


Text Example

White with #4948BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4948BA; }

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

 H1.HeaderClassName
 {
   color: #4948BA;
 }
 .AnyTagClassName
 {
   color: #4948BA;
 }
</style>

background-color css

<style>
 a { background-color: #4948BA; }

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

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

border-color css

<style>
 span { border-color: #4948BA; }

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

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