Html Css Color HEX #4948BF Free Speech Blue

📋 copy color: '#4948BF'

red 73 ◦ green 72 ◦ blue 191

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

Shades of Free Speech Blue #4948BF

Tints of Free Speech Blue #4948BF

RGB

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

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

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

R = 21.73%
G = 21.43%
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

#4948BF (or 0x4948BF) is known color: Free Speech Blue. HEX triplet: 49, 48 and BF. RGB value is (73,72,191). Sum of RGB (Red+Green+Blue) = 73+72+191=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 72 (28.52% from 255 or 21.43% 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 #4948BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948BF is #B6B740. Grayscale: #555555. Windows color (decimal): -11974465 or 12535881. OLE color: 12535881.

HSL color Cylindrical-coordinate representation of color #4948BF: hue angle of 240.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 #4948BF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 72 191 -
CMYK 0.62 0.62 0 0.25
HSL 240.5º 0.48% 0.52% -
HSV(B) 240.5º 0.62% 0.75% -
XYZ 14.47 9.81 50.42 -
YUV 85.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 73 72 191 0.62 0.62 0 0.25 240.5 0.48 0.52
Hex 49 48 BF 3E 3E 0 19 F1 30 34
Octal 111 110 277 76 76 0 31 361 60 64
Binary 1001001 1001000 10111111 111110 111110 0 11001 11110001 110000 110100

Color Harmonies of #4948BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948BF

Black with #4948BF

Text Example


Text Example

White with #4948BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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