#4B59C6

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

Shades of Free Speech Blue #4B59C6

Tints of Free Speech Blue #4B59C6

Color information

#4B59C6 (or 0x4B59C6) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 59 and C6. RGB value is (75,89,198). Sum of RGB (Red+Green+Blue) = 75+89+198=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B59C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59C6 is #B4A639. Grayscale: #606060. Windows color (decimal): -11839034 or 12998987. OLE color: 12998987.

HSL color Cylindrical-coordinate representation of color #4B59C6: hue angle of 233.17º 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 #4B59C6 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7589198-
CMYK0.620.5500.22
HSL233.17º51.9%53.53%-
HSV(B)233.17º62.12%77.65%-
XYZ16.6712.7255-
YUV97.24184.86112.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 198 (77.73% from 255) = 54.70%
R=20.72%
G=24.59%
B=54.70%

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
Decimal75891980.620.5500.22233.1751.953.53
Hex4B59C63E37016e93436
Octal11313130676670263516466
Binary100101110110011100011011111011011101011011101001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B59C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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