#4948D4

Color #4948D4 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4948D4

Tints of Free Speech Blue #4948D4

Color information

#4948D4 (or 0x4948D4) is unknown color: approx Free Speech Blue. HEX triplet: 49, 48 and D4. RGB value is (73,72,212). Sum of RGB (Red+Green+Blue) = 73+72+212=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 212 (83.20% from 255 or 59.38% from 357); Max value from RGB is 212 - color contains mainly: blue. Hex color #4948D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948D4 is #B6B72B. Grayscale: #575757. Windows color (decimal): -11974444 or 13912137. OLE color: 13912137.

HSL color Cylindrical-coordinate representation of color #4948D4: hue angle of 240.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4948D4 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7372212-
CMYK0.660.6600.17
HSL240.43º61.95%55.69%-
HSV(B)240.43º66.04%83.14%-
XYZ16.9510.863.48-
YUV88.26197.83117.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 212 (83.20% from 255) = 59.38%
R=20.45%
G=20.17%
B=59.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73722120.660.6600.17240.4361.9555.69
Hex4948D44242011f03e38
Octal1111103241021020213607670
Binary10010011001000110101001000010100001001000111110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4948D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4948D4;
 }
 .AnyTagClassName
 {
   color: #4948D4;
 }
</style>
background-color css

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

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

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

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

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

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