#4D52CD

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

Shades of Free Speech Blue #4D52CD

Tints of Free Speech Blue #4D52CD

Color information

#4D52CD (or 0x4D52CD) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 52 and CD. RGB value is (77,82,205). Sum of RGB (Red+Green+Blue) = 77+82+205=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52CD is #B2AD32. Grayscale: #5E5E5E. Windows color (decimal): -11709747 or 13455949. OLE color: 13455949.

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

Color convert

RGB7782205-
CMYK0.620.600.20
HSL237.66º56.14%55.29%-
HSV(B)237.66º62.44%80.39%-
XYZ17.112.0259.18-
YUV94.53190.34115.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 205 (80.47% from 255) = 56.32%
R=21.15%
G=22.53%
B=56.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77822050.620.600.20237.6656.1455.29
Hex4D52CD3E3C014ee3837
Octal11512231576740243567067
Binary100110110100101100110111111011110001010011101110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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