#4A4DCA

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

Shades of Free Speech Blue #4A4DCA

Tints of Free Speech Blue #4A4DCA

Color information

#4A4DCA (or 0x4A4DCA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4D and CA. RGB value is (74,77,202). Sum of RGB (Red+Green+Blue) = 74+77+202=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A4DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DCA is #B5B235. Grayscale: #595959. Windows color (decimal): -11907638 or 13258058. OLE color: 13258058.

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

Color convert

RGB7477202-
CMYK0.630.6200.21
HSL238.59º54.7%54.12%-
HSV(B)238.59º63.37%79.22%-
XYZ16.1411.0357.16-
YUV90.35191.01116.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=20.96%
G=21.81%
B=57.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74772020.630.6200.21238.5954.754.12
Hex4A4DCA3F3E015ef3736
Octal11211531277760253576766
Binary100101010011011100101011111111111001010111101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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