#4B5ABE

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

Shades of Free Speech Blue #4B5ABE

Tints of Free Speech Blue #4B5ABE

Color information

#4B5ABE (or 0x4B5ABE) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5A and BE. RGB value is (75,90,190). Sum of RGB (Red+Green+Blue) = 75+90+190=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B5ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ABE is #B4A541. Grayscale: #606060. Windows color (decimal): -11838786 or 12474955. OLE color: 12474955.

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

Color convert

RGB7590190-
CMYK0.610.5300.25
HSL232.17º46.94%51.96%-
HSV(B)232.17º60.53%74.51%-
XYZ15.8512.5350.3-
YUV96.92180.53112.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.13%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=21.13%
G=25.35%
B=53.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75901900.610.5300.25232.1746.9451.96
Hex4B5ABE3D35019e82f34
Octal11313227675650313505764
Binary100101110110101011111011110111010101100111101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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