#4A46BA

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

Shades of Free Speech Blue #4A46BA

Tints of Free Speech Blue #4A46BA

Color information

#4A46BA (or 0x4A46BA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 46 and BA. RGB value is (74,70,186). Sum of RGB (Red+Green+Blue) = 74+70+186=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46BA is #B5B945. Grayscale: #535353. Windows color (decimal): -11909446 or 12207690. OLE color: 12207690.

HSL color Cylindrical-coordinate representation of color #4A46BA: hue angle of 242.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A46BA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7470186-
CMYK0.600.6200.27
HSL242.07º45.67%50.2%-
HSV(B)242.07º62.37%72.94%-
XYZ13.889.3847.53-
YUV84.42185.33120.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=22.42%
G=21.21%
B=56.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74701860.600.6200.27242.0745.6750.2
Hex4A46BA3C3E01Bf22e32
Octal11210627274760333625662
Binary100101010001101011101011110011111001101111110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,70,186); }

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

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

 a { background-color: rgb(74,70,186); }

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

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

 span { border-color: rgb(74,70,186); }

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