#4954c3

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

Shades of Free Speech Blue #4954C3

Tints of Free Speech Blue #4954C3

Color information

#4954C3 (or 0x4954C3) is unknown color: approx Free Speech Blue. HEX triplet: 49, 54 and C3. RGB value is (73,84,195). Sum of RGB (Red+Green+Blue) = 73+84+195=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 195 (76.56% from 255 or 55.40% from 352); Max value from RGB is 195 - color contains mainly: blue. Hex color #4954C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954C3 is #B6AB3C. Grayscale: #5C5C5C. Windows color (decimal): -11971389 or 12801097. OLE color: 12801097.

HSL color Cylindrical-coordinate representation of color #4954C3: hue angle of 234.59º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4954C3 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7384195-
CMYK0.630.5700.24
HSL234.59º50.41%52.55%-
HSV(B)234.59º62.56%76.47%-
XYZ15.7711.753.06-
YUV93.36185.36113.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 195 (76.56% from 255) = 55.40%
R=20.74%
G=23.86%
B=55.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73841950.630.5700.24234.5950.4152.55
Hex4954C33F39018eb3235
Octal11112430377710303536265
Binary100100110101001100001111111111100101100011101011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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