#4939D0

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

Shades of Free Speech Blue #4939D0

Tints of Free Speech Blue #4939D0

Color information

#4939D0 (or 0x4939D0) is unknown color: approx Free Speech Blue. HEX triplet: 49, 39 and D0. RGB value is (73,57,208). Sum of RGB (Red+Green+Blue) = 73+57+208=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #4939D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939D0 is #B6C62F. Grayscale: #4E4E4E. Windows color (decimal): -11978288 or 13646153. OLE color: 13646153.

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

Color convert

RGB7357208-
CMYK0.650.7300.18
HSL246.36º61.63%51.96%-
HSV(B)246.36º72.6%81.57%-
XYZ15.68.960.57-
YUV79200.8123.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=21.60%
G=16.86%
B=61.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73572080.650.7300.18246.3661.6351.96
Hex4939D04149012f63e34
Octal111713201011110223667664
Binary1001001111001110100001000001100100101001011110110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4939D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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