#4B4EBE

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

Shades of Free Speech Blue #4B4EBE

Tints of Free Speech Blue #4B4EBE

Color information

#4B4EBE (or 0x4B4EBE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4E and BE. RGB value is (75,78,190). Sum of RGB (Red+Green+Blue) = 75+78+190=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B4EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EBE is #B4B141. Grayscale: #595959. Windows color (decimal): -11841858 or 12471883. OLE color: 12471883.

HSL color Cylindrical-coordinate representation of color #4B4EBE: hue angle of 238.43º degrees, saturation: 0.47, 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 #4B4EBE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7578190-
CMYK0.610.5900.25
HSL238.43º46.94%51.96%-
HSV(B)238.43º60.53%74.51%-
XYZ14.9210.6649.99-
YUV89.87184.51117.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=21.87%
G=22.74%
B=55.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75781900.610.5900.25238.4346.9451.96
Hex4B4EBE3D3B019ee2f34
Octal11311627675730313565764
Binary100101110011101011111011110111101101100111101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,190); }

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

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

 a { background-color: rgb(75,78,190); }

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

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

 span { border-color: rgb(75,78,190); }

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