#4A58D8

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

Shades of Free Speech Blue #4A58D8

Tints of Free Speech Blue #4A58D8

Color information

#4A58D8 (or 0x4A58D8) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 58 and D8. RGB value is (74,88,216). Sum of RGB (Red+Green+Blue) = 74+88+216=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #4A58D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58D8 is #B5A727. Grayscale: #616161. Windows color (decimal): -11904808 or 14178378. OLE color: 14178378.

HSL color Cylindrical-coordinate representation of color #4A58D8: hue angle of 234.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A58D8 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7488216-
CMYK0.660.5900.15
HSL234.08º64.55%56.86%-
HSV(B)234.08º65.74%84.71%-
XYZ18.7113.3966.56-
YUV98.41194.36110.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=19.58%
G=23.28%
B=57.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74882160.660.5900.15234.0864.5556.86
Hex4A58D8423B0Fea4139
Octal1121303301027301735210171
Binary1001010101100011011000100001011101101111111010101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A58D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,88,216); }

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

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

 a { background-color: rgb(74,88,216); }

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

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

 span { border-color: rgb(74,88,216); }

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