#4A3CC1

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

Shades of Free Speech Blue #4A3CC1

Tints of Free Speech Blue #4A3CC1

Color information

#4A3CC1 (or 0x4A3CC1) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3C and C1. RGB value is (74,60,193). Sum of RGB (Red+Green+Blue) = 74+60+193=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #4A3CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3CC1 is #B5C33E. Grayscale: #4E4E4E. Windows color (decimal): -11911999 or 12663882. OLE color: 12663882.

HSL color Cylindrical-coordinate representation of color #4A3CC1: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3CC1 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7460193-
CMYK0.620.6900.24
HSL246.32º52.57%49.61%-
HSV(B)246.32º68.91%75.69%-
XYZ14.078.5451.36-
YUV79.35192.14124.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=22.63%
G=18.35%
B=59.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74601930.620.6900.24246.3252.5749.61
Hex4A3CC13E45018f63532
Octal11274301761050303666562
Binary100101011110011000001111110100010101100011110110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,60,193); }

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

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

 a { background-color: rgb(74,60,193); }

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

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

 span { border-color: rgb(74,60,193); }

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