#4B49DE

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

Shades of Free Speech Blue #4B49DE

Tints of Free Speech Blue #4B49DE

Color information

#4B49DE (or 0x4B49DE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 49 and DE. RGB value is (75,73,222). Sum of RGB (Red+Green+Blue) = 75+73+222=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B49DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B49DE is #B4B621. Grayscale: #595959. Windows color (decimal): -11843106 or 14567755. OLE color: 14567755.

HSL color Cylindrical-coordinate representation of color #4B49DE: hue angle of 240.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B49DE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7573222-
CMYK0.660.6700.13
HSL240.81º69.3%57.84%-
HSV(B)240.81º67.12%87.06%-
XYZ18.4711.5370.36-
YUV90.58202.16116.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.27%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 222 (87.11% from 255) = 60%
R=20.27%
G=19.73%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75732220.660.6700.13240.8169.357.84
Hex4B49DE42430Df1453a
Octal11311133610210301536110572
Binary10010111001001110111101000010100001101101111100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B49DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B49DE; }

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

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

<style>
 a { background-color: #4B49DE; }

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

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

<style>
 span { border-color: #4B49DE; }

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

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