Html Css Color HEX #4948DC Free Speech Blue

📋 copy color: '#4948DC'

red 73 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Blue #4948DC

Tints of Free Speech Blue #4948DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 20%
G = 19.73%
B = 60.27%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4948DC (or 0x4948DC) is known color: Free Speech Blue. HEX triplet: 49, 48 and DC. RGB value is (73,72,220). Sum of RGB (Red+Green+Blue) = 73+72+220=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #4948DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948DC is #B6B723. Grayscale: #585858. Windows color (decimal): -11974436 or 14436425. OLE color: 14436425.

HSL color Cylindrical-coordinate representation of color #4948DC: hue angle of 240.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4948DC is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 72 220 -
CMYK 0.67 0.67 0 0.14
HSL 240.41º 0.68% 0.57% -
HSV(B) 240.41º 0.67% 0.86% -
XYZ 17.98 11.22 68.93 -
YUV 89.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 73 72 220 0.67 0.67 0 0.14 240.41 0.68 0.57
Hex 49 48 DC 43 43 0 E F0 44 39
Octal 111 110 334 103 103 0 16 360 104 71
Binary 1001001 1001000 11011100 1000011 1000011 0 1110 11110000 1000100 111001

Color Harmonies of #4948DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948DC

Black with #4948DC

Text Example


Text Example

White with #4948DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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