#4B4ABF

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

Shades of Free Speech Blue #4B4ABF

Tints of Free Speech Blue #4B4ABF

Color information

#4B4ABF (or 0x4B4ABF) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4A and BF. RGB value is (75,74,191). Sum of RGB (Red+Green+Blue) = 75+74+191=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4ABF is #B4B540. Grayscale: #575757. Windows color (decimal): -11842881 or 12536395. OLE color: 12536395.

HSL color Cylindrical-coordinate representation of color #4B4ABF: hue angle of 240.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B4ABF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7574191-
CMYK0.610.6100.25
HSL240.51º47.76%51.96%-
HSV(B)240.51º61.26%74.9%-
XYZ14.7510.1650.47-
YUV87.64186.33118.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 191 (75% from 255) = 56.18%
R=22.06%
G=21.76%
B=56.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75741910.610.6100.25240.5147.7651.96
Hex4B4ABF3D3D019f13034
Octal11311227775750313616064
Binary100101110010101011111111110111110101100111110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,74,191); }

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

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

 a { background-color: rgb(75,74,191); }

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

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

 span { border-color: rgb(75,74,191); }

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