#4B4EBA

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

Shades of Free Speech Blue #4B4EBA

Tints of Free Speech Blue #4B4EBA

Color information

#4B4EBA (or 0x4B4EBA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4E and BA. RGB value is (75,78,186). Sum of RGB (Red+Green+Blue) = 75+78+186=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EBA is #B4B145. Grayscale: #585858. Windows color (decimal): -11841862 or 12209739. OLE color: 12209739.

HSL color Cylindrical-coordinate representation of color #4B4EBA: hue angle of 238.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B4EBA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7578186-
CMYK0.600.5800.27
HSL238.38º44.58%51.18%-
HSV(B)238.38º59.68%72.94%-
XYZ14.4910.4947.72-
YUV89.42182.51117.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.12%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=22.12%
G=23.01%
B=54.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75781860.600.5800.27238.3844.5851.18
Hex4B4EBA3C3A01Bee2d33
Octal11311627274720333565563
Binary100101110011101011101011110011101001101111101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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