Html Css Color HEX #4948D0 Free Speech Blue

📋 copy color: '#4948D0'

red 73 ◦ green 72 ◦ blue 208

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

Shades of Free Speech Blue #4948D0

Tints of Free Speech Blue #4948D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 20.68%
G = 20.4%
B = 58.92%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4948D0 (or 0x4948D0) is known color: Free Speech Blue. HEX triplet: 49, 48 and D0. RGB value is (73,72,208). Sum of RGB (Red+Green+Blue) = 73+72+208=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #4948D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948D0 is #B6B72F. Grayscale: #575757. Windows color (decimal): -11974448 or 13649993. OLE color: 13649993.

HSL color Cylindrical-coordinate representation of color #4948D0: hue angle of 240.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4948D0 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 72 208 -
CMYK 0.65 0.65 0 0.18
HSL 240.44º 0.59% 0.55% -
HSV(B) 240.44º 0.65% 0.82% -
XYZ 16.45 10.61 60.85 -
YUV 87.8 195.83 117.44 -
System Red Green Blue C M Y K H S L
Decimal 73 72 208 0.65 0.65 0 0.18 240.44 0.59 0.55
Hex 49 48 D0 41 41 0 12 F0 3B 37
Octal 111 110 320 101 101 0 22 360 73 67
Binary 1001001 1001000 11010000 1000001 1000001 0 10010 11110000 111011 110111

Color Harmonies of #4948D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4948D0

Black with #4948D0

Text Example


Text Example

White with #4948D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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