#4B46DD

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

Shades of Free Speech Blue #4B46DD

Tints of Free Speech Blue #4B46DD

Color information

#4B46DD (or 0x4B46DD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 46 and DD. RGB value is (75,70,221). Sum of RGB (Red+Green+Blue) = 75+70+221=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B46DD is #B4B922. Grayscale: #585858. Windows color (decimal): -11843875 or 14501451. OLE color: 14501451.

HSL color Cylindrical-coordinate representation of color #4B46DD: hue angle of 241.99º degrees, saturation: 0.69, 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 #4B46DD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7570221-
CMYK0.660.6800.13
HSL241.99º68.95%57.06%-
HSV(B)241.99º68.33%86.67%-
XYZ18.1411.169.59-
YUV88.71202.66118.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 221 (86.72% from 255) = 60.38%
R=20.49%
G=19.13%
B=60.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75702210.660.6800.13241.9968.9557.06
Hex4B46DD42440Df24539
Octal11310633510210401536210571
Binary10010111000110110111011000010100010001101111100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,221); }

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

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

 a { background-color: rgb(75,70,221); }

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

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

 span { border-color: rgb(75,70,221); }

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