#4D58C6

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

Shades of Free Speech Blue #4D58C6

Tints of Free Speech Blue #4D58C6

Color information

#4D58C6 (or 0x4D58C6) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 58 and C6. RGB value is (77,88,198). Sum of RGB (Red+Green+Blue) = 77+88+198=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 88 (34.77% from 255 or 24.24% 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 #4D58C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D58C6 is #B2A739. Grayscale: #606060. Windows color (decimal): -11708218 or 12998733. OLE color: 12998733.

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

Color convert

RGB7788198-
CMYK0.610.5600.22
HSL234.55º51.49%53.92%-
HSV(B)234.55º61.11%77.65%-
XYZ16.7412.6354.98-
YUV97.25184.86113.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.21%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 198 (77.73% from 255) = 54.55%
R=21.21%
G=24.24%
B=54.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77881980.610.5600.22234.5551.4953.92
Hex4D58C63D38016eb3336
Octal11513030675700263536366
Binary100110110110001100011011110111100001011011101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D58C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,88,198); }

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

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

 a { background-color: rgb(77,88,198); }

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

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

 span { border-color: rgb(77,88,198); }

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