#4D3DCA

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

Shades of Free Speech Blue #4D3DCA

Tints of Free Speech Blue #4D3DCA

Color information

#4D3DCA (or 0x4D3DCA) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 3D and CA. RGB value is (77,61,202). Sum of RGB (Red+Green+Blue) = 77+61+202=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D3DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DCA is #B2C235. Grayscale: #515151. Windows color (decimal): -11715126 or 13253965. OLE color: 13253965.

HSL color Cylindrical-coordinate representation of color #4D3DCA: hue angle of 246.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3DCA is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7761202-
CMYK0.620.7000.21
HSL246.81º57.09%51.57%-
HSV(B)246.81º69.8%79.22%-
XYZ15.399.1856.84-
YUV81.86195.8124.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.65%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 202 (79.30% from 255) = 59.41%
R=22.65%
G=17.94%
B=59.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77612020.620.7000.21246.8157.0951.57
Hex4D3DCA3E46015f73934
Octal11575312761060253677164
Binary100110111110111001010111110100011001010111110111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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