#4959BF

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

Shades of Free Speech Blue #4959BF

Tints of Free Speech Blue #4959BF

Color information

#4959BF (or 0x4959BF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 59 and BF. RGB value is (73,89,191). Sum of RGB (Red+Green+Blue) = 73+89+191=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #4959BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959BF is #B6A640. Grayscale: #5F5F5F. Windows color (decimal): -11970113 or 12540233. OLE color: 12540233.

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

Color convert

RGB7389191-
CMYK0.620.5300.25
HSL231.86º47.97%51.76%-
HSV(B)231.86º61.78%74.9%-
XYZ15.7212.3250.84-
YUV95.84181.7111.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 191 (75% from 255) = 54.11%
R=20.68%
G=25.21%
B=54.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73891910.620.5300.25231.8647.9751.76
Hex4959BF3E35019e83034
Octal11113127776650313506064
Binary100100110110011011111111111011010101100111101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4959BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4959BF; }

 p { color: rgb(73,89,191); }

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

<style>
 a { background-color: #4959BF; }

 a { background-color: rgb(73,89,191); }

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

<style>
 span { border-color: #4959BF; }

 span { border-color: rgb(73,89,191); }

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