Html Css Color HEX #4948D9 Free Speech Blue

📋 copy color: '#4948D9'

red 73 ◦ green 72 ◦ blue 217

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

Shades of Free Speech Blue #4948D9

Tints of Free Speech Blue #4948D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 59.94%

R = 20.17%
G = 19.89%
B = 59.94%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4948D9 (or 0x4948D9) is known color: Free Speech Blue. HEX triplet: 49, 48 and D9. RGB value is (73,72,217). Sum of RGB (Red+Green+Blue) = 73+72+217=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #4948D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948D9 is #B6B726. Grayscale: #585858. Windows color (decimal): -11974439 or 14239817. OLE color: 14239817.

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

Color convert

RGB 73 72 217 -
CMYK 0.66 0.67 0 0.15
HSL 240.41º 0.66% 0.57% -
HSV(B) 240.41º 0.67% 0.85% -
XYZ 17.59 11.06 66.85 -
YUV 88.83 200.33 116.71 -
System Red Green Blue C M Y K H S L
Decimal 73 72 217 0.66 0.67 0 0.15 240.41 0.66 0.57
Hex 49 48 D9 42 43 0 F F0 42 39
Octal 111 110 331 102 103 0 17 360 102 71
Binary 1001001 1001000 11011001 1000010 1000011 0 1111 11110000 1000010 111001

Color Harmonies of #4948D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948D9

Black with #4948D9

Text Example


Text Example

White with #4948D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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