#4B4CBA

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

Shades of Free Speech Blue #4B4CBA

Tints of Free Speech Blue #4B4CBA

Color information

#4B4CBA (or 0x4B4CBA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4C and BA. RGB value is (75,76,186). Sum of RGB (Red+Green+Blue) = 75+76+186=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CBA is #B4B345. Grayscale: #575757. Windows color (decimal): -11842374 or 12209227. OLE color: 12209227.

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

Color convert

RGB7576186-
CMYK0.600.5900.27
HSL239.46º44.58%51.18%-
HSV(B)239.46º59.68%72.94%-
XYZ14.3510.2147.67-
YUV88.24183.17118.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=22.26%
G=22.55%
B=55.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75761860.600.5900.27239.4644.5851.18
Hex4B4CBA3C3B01Bef2d33
Octal11311427274730333575563
Binary100101110011001011101011110011101101101111101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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