#4A57BF

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

Shades of Free Speech Blue #4A57BF

Tints of Free Speech Blue #4A57BF

Color information

#4A57BF (or 0x4A57BF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 57 and BF. RGB value is (74,87,191). Sum of RGB (Red+Green+Blue) = 74+87+191=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A57BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A57BF is #B5A840. Grayscale: #5E5E5E. Windows color (decimal): -11905089 or 12539722. OLE color: 12539722.

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

Color convert

RGB7487191-
CMYK0.610.5400.25
HSL233.33º47.76%51.96%-
HSV(B)233.33º61.26%74.9%-
XYZ15.6412.0350.79-
YUV94.97182.19113.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.02%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 191 (75% from 255) = 54.26%
R=21.02%
G=24.72%
B=54.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74871910.610.5400.25233.3347.7651.96
Hex4A57BF3D36019e93034
Octal11212727775660313516064
Binary100101010101111011111111110111011001100111101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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