#4B4FBA

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

Shades of Free Speech Blue #4B4FBA

Tints of Free Speech Blue #4B4FBA

Color information

#4B4FBA (or 0x4B4FBA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4F and BA. RGB value is (75,79,186). Sum of RGB (Red+Green+Blue) = 75+79+186=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4FBA is #B4B045. Grayscale: #595959. Windows color (decimal): -11841606 or 12209995. OLE color: 12209995.

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

Color convert

RGB7579186-
CMYK0.600.5800.27
HSL237.84º44.58%51.18%-
HSV(B)237.84º59.68%72.94%-
XYZ14.5610.6347.74-
YUV90182.17117.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=22.06%
G=23.24%
B=54.71%

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
Decimal75791860.600.5800.27237.8444.5851.18
Hex4B4FBA3C3A01Bee2d33
Octal11311727274720333565563
Binary100101110011111011101011110011101001101111101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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