#4B5FBA

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

Shades of Free Speech Blue #4B5FBA

Tints of Free Speech Blue #4B5FBA

Color information

#4B5FBA (or 0x4B5FBA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5F and BA. RGB value is (75,95,186). Sum of RGB (Red+Green+Blue) = 75+95+186=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FBA is #B4A045. Grayscale: #636363. Windows color (decimal): -11837510 or 12214091. OLE color: 12214091.

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

Color convert

RGB7595186-
CMYK0.600.4900.27
HSL229.19º44.58%51.18%-
HSV(B)229.19º59.68%72.94%-
XYZ15.8613.2348.17-
YUV99.39176.87110.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=21.07%
G=26.69%
B=52.25%

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
Decimal75951860.600.4900.27229.1944.5851.18
Hex4B5FBA3C3101Be52d33
Octal11313727274610333455563
Binary100101110111111011101011110011000101101111100101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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