#4a59d0

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

Shades of Free Speech Blue #4A59D0

Tints of Free Speech Blue #4A59D0

Color information

#4A59D0 (or 0x4A59D0) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 59 and D0. RGB value is (74,89,208). Sum of RGB (Red+Green+Blue) = 74+89+208=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A59D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A59D0 is #B5A62F. Grayscale: #616161. Windows color (decimal): -11904560 or 13654346. OLE color: 13654346.

HSL color Cylindrical-coordinate representation of color #4A59D0: hue angle of 233.28º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A59D0 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7489208-
CMYK0.640.5700.18
HSL233.28º58.77%55.29%-
HSV(B)233.28º64.42%81.57%-
XYZ17.7813.1561.28-
YUV98.08190.03110.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.95%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=19.95%
G=23.99%
B=56.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74892080.640.5700.18233.2858.7755.29
Hex4A59D04039012e93b37
Octal112131320100710223517367
Binary1001010101100111010000100000011100101001011101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a59d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,89,208); }

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

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

 a { background-color: rgb(74,89,208); }

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

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

 span { border-color: rgb(74,89,208); }

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