#4D52CA

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

Shades of Free Speech Blue #4D52CA

Tints of Free Speech Blue #4D52CA

Color information

#4D52CA (or 0x4D52CA) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 52 and CA. RGB value is (77,82,202). Sum of RGB (Red+Green+Blue) = 77+82+202=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52CA is #B2AD35. Grayscale: #5D5D5D. Windows color (decimal): -11709750 or 13259341. OLE color: 13259341.

HSL color Cylindrical-coordinate representation of color #4D52CA: hue angle of 237.6º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D52CA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7782202-
CMYK0.620.5900.21
HSL237.6º54.11%54.71%-
HSV(B)237.6º61.88%79.22%-
XYZ16.7411.8857.29-
YUV94.18188.84115.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=21.33%
G=22.71%
B=55.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77822020.620.5900.21237.654.1154.71
Hex4D52CA3E3B015ee3637
Octal11512231276730253566667
Binary100110110100101100101011111011101101010111101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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