#4941DB

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

Shades of Free Speech Blue #4941DB

Tints of Free Speech Blue #4941DB

Color information

#4941DB (or 0x4941DB) is unknown color: approx Free Speech Blue. HEX triplet: 49, 41 and DB. RGB value is (73,65,219). Sum of RGB (Red+Green+Blue) = 73+65+219=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #4941DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941DB is #B6BE24. Grayscale: #545454. Windows color (decimal): -11976229 or 14369097. OLE color: 14369097.

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

Color convert

RGB7365219-
CMYK0.670.7000.14
HSL243.12º68.14%55.69%-
HSV(B)243.12º70.32%85.88%-
XYZ17.4210.3168.09-
YUV84.95203.65119.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 219 (85.94% from 255) = 61.34%
R=20.45%
G=18.21%
B=61.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73652190.670.7000.14243.1268.1455.69
Hex4941DB43460Ef34438
Octal11110133310310601636310470
Binary10010011000001110110111000011100011001110111100111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4941DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4941DB; }

 p { color: rgb(73,65,219); }

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

<style>
 a { background-color: #4941DB; }

 a { background-color: rgb(73,65,219); }

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

<style>
 span { border-color: #4941DB; }

 span { border-color: rgb(73,65,219); }

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