#4A40BC

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

Shades of Free Speech Blue #4A40BC

Tints of Free Speech Blue #4A40BC

Color information

#4A40BC (or 0x4A40BC) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 40 and BC. RGB value is (74,64,188). Sum of RGB (Red+Green+Blue) = 74+64+188=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40BC is #B5BF43. Grayscale: #505050. Windows color (decimal): -11910980 or 12337226. OLE color: 12337226.

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

Color convert

RGB7464188-
CMYK0.610.6600.26
HSL244.84º49.21%49.41%-
HSV(B)244.84º65.96%73.73%-
XYZ13.738.7548.54-
YUV81.13188.31122.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.70%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=22.70%
G=19.63%
B=57.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74641880.610.6600.26244.8449.2149.41
Hex4A40BC3D4201Af53131
Octal112100274751020323656161
Binary1001010100000010111100111101100001001101011110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A40BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,64,188); }

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

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

 a { background-color: rgb(74,64,188); }

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

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

 span { border-color: rgb(74,64,188); }

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