#4B46BA

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

Shades of Free Speech Blue #4B46BA

Tints of Free Speech Blue #4B46BA

Color information

#4B46BA (or 0x4B46BA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 46 and BA. RGB value is (75,70,186). Sum of RGB (Red+Green+Blue) = 75+70+186=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B46BA is #B4B945. Grayscale: #545454. Windows color (decimal): -11843910 or 12207691. OLE color: 12207691.

HSL color Cylindrical-coordinate representation of color #4B46BA: hue angle of 242.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B46BA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7570186-
CMYK0.600.6200.27
HSL242.59º45.67%50.2%-
HSV(B)242.59º62.37%72.94%-
XYZ13.959.4247.54-
YUV84.72185.16121.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=22.66%
G=21.15%
B=56.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75701860.600.6200.27242.5945.6750.2
Hex4B46BA3C3E01Bf32e32
Octal11310627274760333635662
Binary100101110001101011101011110011111001101111110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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