#4749DC

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

Shades of Free Speech Blue #4749DC

Tints of Free Speech Blue #4749DC

Color information

#4749DC (or 0x4749DC) is unknown color: approx Free Speech Blue. HEX triplet: 47, 49 and DC. RGB value is (71,73,220). Sum of RGB (Red+Green+Blue) = 71+73+220=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #4749DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4749DC is #B8B623. Grayscale: #585858. Windows color (decimal): -12105252 or 14436679. OLE color: 14436679.

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

Color convert

RGB7173220-
CMYK0.680.6700.14
HSL239.19º68.04%57.06%-
HSV(B)239.19º67.73%86.27%-
XYZ17.911.2768.94-
YUV89.16201.84115.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 220 (86.33% from 255) = 60.44%
R=19.51%
G=20.05%
B=60.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71732200.680.6700.14239.1968.0457.06
Hex4749DC44430Eef4439
Octal10711133410410301635710471
Binary10001111001001110111001000100100001101110111011111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4749DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4749DC; }

 p { color: rgb(71,73,220); }

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

<style>
 a { background-color: #4749DC; }

 a { background-color: rgb(71,73,220); }

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

<style>
 span { border-color: #4749DC; }

 span { border-color: rgb(71,73,220); }

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