#4B46BE

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

Shades of Free Speech Blue #4B46BE

Tints of Free Speech Blue #4B46BE

Color information

#4B46BE (or 0x4B46BE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 46 and BE. RGB value is (75,70,190). Sum of RGB (Red+Green+Blue) = 75+70+190=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B46BE is #B4B941. Grayscale: #545454. Windows color (decimal): -11843906 or 12469835. OLE color: 12469835.

HSL color Cylindrical-coordinate representation of color #4B46BE: hue angle of 242.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B46BE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7570190-
CMYK0.610.6300.25
HSL242.5º48%50.98%-
HSV(B)242.5º63.16%74.51%-
XYZ14.399.5949.81-
YUV85.18187.16120.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=22.39%
G=20.90%
B=56.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75701900.610.6300.25242.54850.98
Hex4B46BE3D3F019f23033
Octal11310627675770313626063
Binary100101110001101011111011110111111101100111110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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