#4956BE

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

Shades of Free Speech Blue #4956BE

Tints of Free Speech Blue #4956BE

Color information

#4956BE (or 0x4956BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 56 and BE. RGB value is (73,86,190). Sum of RGB (Red+Green+Blue) = 73+86+190=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #4956BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4956BE is #B6A941. Grayscale: #5D5D5D. Windows color (decimal): -11970882 or 12473929. OLE color: 12473929.

HSL color Cylindrical-coordinate representation of color #4956BE: hue angle of 233.33º degrees, saturation: 0.47, 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 #4956BE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7386190-
CMYK0.620.5500.25
HSL233.33º47.37%51.57%-
HSV(B)233.33º61.58%74.51%-
XYZ15.3711.7950.18-
YUV93.97182.19113.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=20.92%
G=24.64%
B=54.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73861900.620.5500.25233.3347.3751.57
Hex4956BE3E37019e92f34
Octal11112627676670313515764
Binary100100110101101011111011111011011101100111101001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4956BE; }

 p { color: rgb(73,86,190); }

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

<style>
 a { background-color: #4956BE; }

 a { background-color: rgb(73,86,190); }

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

<style>
 span { border-color: #4956BE; }

 span { border-color: rgb(73,86,190); }

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