#4B4EBC

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

Shades of Free Speech Blue #4B4EBC

Tints of Free Speech Blue #4B4EBC

Color information

#4B4EBC (or 0x4B4EBC) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4E and BC. RGB value is (75,78,188). Sum of RGB (Red+Green+Blue) = 75+78+188=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EBC is #B4B143. Grayscale: #595959. Windows color (decimal): -11841860 or 12340811. OLE color: 12340811.

HSL color Cylindrical-coordinate representation of color #4B4EBC: hue angle of 238.41º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B4EBC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7578188-
CMYK0.600.5900.26
HSL238.41º45.75%51.57%-
HSV(B)238.41º60.11%73.73%-
XYZ14.710.5848.84-
YUV89.64183.51117.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.99%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 188 (73.83% from 255) = 55.13%
R=21.99%
G=22.87%
B=55.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75781880.600.5900.26238.4145.7551.57
Hex4B4EBC3C3B01Aee2e34
Octal11311627474730323565664
Binary100101110011101011110011110011101101101011101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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