#4B5EBA

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

Shades of Free Speech Blue #4B5EBA

Tints of Free Speech Blue #4B5EBA

Color information

#4B5EBA (or 0x4B5EBA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5E and BA. RGB value is (75,94,186). Sum of RGB (Red+Green+Blue) = 75+94+186=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5EBA is #B4A145. Grayscale: #626262. Windows color (decimal): -11837766 or 12213835. OLE color: 12213835.

HSL color Cylindrical-coordinate representation of color #4B5EBA: hue angle of 229.73º 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 #4B5EBA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7594186-
CMYK0.600.4900.27
HSL229.73º44.58%51.18%-
HSV(B)229.73º59.68%72.94%-
XYZ15.7713.0548.14-
YUV98.81177.21111.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.13%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=21.13%
G=26.48%
B=52.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75941860.600.4900.27229.7344.5851.18
Hex4B5EBA3C3101Be62d33
Octal11313627274610333465563
Binary100101110111101011101011110011000101101111100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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