Html Css Color HEX #4948C1 Free Speech Blue

📋 copy color: '#4948C1'

red 73 ◦ green 72 ◦ blue 193

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

Shades of Free Speech Blue #4948C1

Tints of Free Speech Blue #4948C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 21.6%
G = 21.3%
B = 57.1%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4948C1 (or 0x4948C1) is known color: Free Speech Blue. HEX triplet: 49, 48 and C1. RGB value is (73,72,193). Sum of RGB (Red+Green+Blue) = 73+72+193=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #4948C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948C1 is #B6B73E. Grayscale: #555555. Windows color (decimal): -11974463 or 12666953. OLE color: 12666953.

HSL color Cylindrical-coordinate representation of color #4948C1: hue angle of 240.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4948C1 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 72 193 -
CMYK 0.62 0.63 0 0.24
HSL 240.5º 0.49% 0.52% -
HSV(B) 240.5º 0.63% 0.76% -
XYZ 14.69 9.9 51.59 -
YUV 86.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 73 72 193 0.62 0.63 0 0.24 240.5 0.49 0.52
Hex 49 48 C1 3E 3F 0 18 F0 31 34
Octal 111 110 301 76 77 0 30 360 61 64
Binary 1001001 1001000 11000001 111110 111111 0 11000 11110000 110001 110100

Color Harmonies of #4948C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948C1

Black with #4948C1

Text Example


Text Example

White with #4948C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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