#4B5AC6

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

Shades of Free Speech Blue #4B5AC6

Tints of Free Speech Blue #4B5AC6

Color information

#4B5AC6 (or 0x4B5AC6) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 5A and C6. RGB value is (75,90,198). Sum of RGB (Red+Green+Blue) = 75+90+198=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B5AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5AC6 is #B4A539. Grayscale: #616161. Windows color (decimal): -11838778 or 12999243. OLE color: 12999243.

HSL color Cylindrical-coordinate representation of color #4B5AC6: hue angle of 232.68º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B5AC6 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7590198-
CMYK0.620.5500.22
HSL232.68º51.9%53.53%-
HSV(B)232.68º62.12%77.65%-
XYZ16.7512.8955.03-
YUV97.83184.53111.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 198 (77.73% from 255) = 54.55%
R=20.66%
G=24.79%
B=54.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75901980.620.5500.22232.6851.953.53
Hex4B5AC63E37016e93436
Octal11313230676670263516466
Binary100101110110101100011011111011011101011011101001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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