#4A41BF

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

Shades of Free Speech Blue #4A41BF

Tints of Free Speech Blue #4A41BF

Color information

#4A41BF (or 0x4A41BF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 41 and BF. RGB value is (74,65,191). Sum of RGB (Red+Green+Blue) = 74+65+191=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A41BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A41BF is #B5BE40. Grayscale: #515151. Windows color (decimal): -11910721 or 12534090. OLE color: 12534090.

HSL color Cylindrical-coordinate representation of color #4A41BF: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A41BF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7465191-
CMYK0.610.6600.25
HSL244.29º49.61%50.2%-
HSV(B)244.29º65.97%74.9%-
XYZ14.12950.28-
YUV82.06189.48122.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 191 (75% from 255) = 57.88%
R=22.42%
G=19.70%
B=57.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74651910.610.6600.25244.2949.6150.2
Hex4A41BF3D42019f43232
Octal112101277751020313646262
Binary1001010100000110111111111101100001001100111110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,65,191); }

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

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

 a { background-color: rgb(74,65,191); }

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

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

 span { border-color: rgb(74,65,191); }

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