#4D58CD

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

Shades of Free Speech Blue #4D58CD

Tints of Free Speech Blue #4D58CD

Color information

#4D58CD (or 0x4D58CD) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 58 and CD. RGB value is (77,88,205). Sum of RGB (Red+Green+Blue) = 77+88+205=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D58CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D58CD is #B2A732. Grayscale: #616161. Windows color (decimal): -11708211 or 13457485. OLE color: 13457485.

HSL color Cylindrical-coordinate representation of color #4D58CD: hue angle of 234.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D58CD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7788205-
CMYK0.620.5700.20
HSL234.84º56.14%55.29%-
HSV(B)234.84º62.44%80.39%-
XYZ17.5712.9759.33-
YUV98.05188.36112.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.81%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=20.81%
G=23.78%
B=55.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77882050.620.5700.20234.8456.1455.29
Hex4D58CD3E39014eb3837
Octal11513031576710243537067
Binary100110110110001100110111111011100101010011101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D58CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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