#4749DE

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

Shades of Free Speech Blue #4749DE

Tints of Free Speech Blue #4749DE

Color information

#4749DE (or 0x4749DE) is unknown color: approx Free Speech Blue. HEX triplet: 47, 49 and DE. RGB value is (71,73,222). Sum of RGB (Red+Green+Blue) = 71+73+222=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #4749DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4749DE is #B8B621. Grayscale: #585858. Windows color (decimal): -12105250 or 14567751. OLE color: 14567751.

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

Color convert

RGB7173222-
CMYK0.680.6700.13
HSL239.21º69.59%57.45%-
HSV(B)239.21º68.02%87.06%-
XYZ18.1711.3870.35-
YUV89.39202.84114.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 222 (87.11% from 255) = 60.66%
R=19.40%
G=19.95%
B=60.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71732220.680.6700.13239.2169.5957.45
Hex4749DE44430Def4639
Octal10711133610410301535710671
Binary10001111001001110111101000100100001101101111011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4749DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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