#4954BE

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

Shades of Free Speech Blue #4954BE

Tints of Free Speech Blue #4954BE

Color information

#4954BE (or 0x4954BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 54 and BE. RGB value is (73,84,190). Sum of RGB (Red+Green+Blue) = 73+84+190=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #4954BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954BE is #B6AB41. Grayscale: #5C5C5C. Windows color (decimal): -11971394 or 12473417. OLE color: 12473417.

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

Color convert

RGB7384190-
CMYK0.620.5600.25
HSL234.36º47.37%51.57%-
HSV(B)234.36º61.58%74.51%-
XYZ15.2111.4750.13-
YUV92.79182.86113.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=21.04%
G=24.21%
B=54.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73841900.620.5600.25234.3647.3751.57
Hex4954BE3E38019ea2f34
Octal11112427676700313525764
Binary100100110101001011111011111011100001100111101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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