#4A3DCA

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

Shades of Free Speech Blue #4A3DCA

Tints of Free Speech Blue #4A3DCA

Color information

#4A3DCA (or 0x4A3DCA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3D and CA. RGB value is (74,61,202). Sum of RGB (Red+Green+Blue) = 74+61+202=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A3DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DCA is #B5C235. Grayscale: #505050. Windows color (decimal): -11911734 or 13253962. OLE color: 13253962.

HSL color Cylindrical-coordinate representation of color #4A3DCA: hue angle of 245.53º 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 #4A3DCA is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7461202-
CMYK0.630.7000.21
HSL245.53º57.09%51.57%-
HSV(B)245.53º69.8%79.22%-
XYZ15.159.0656.83-
YUV80.96196.31123.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.96%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 202 (79.30% from 255) = 59.94%
R=21.96%
G=18.10%
B=59.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74612020.630.7000.21245.5357.0951.57
Hex4A3DCA3F46015f63934
Octal11275312771060253667164
Binary100101011110111001010111111100011001010111110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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