#4954c0

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

Shades of Free Speech Blue #4954C0

Tints of Free Speech Blue #4954C0

Color information

#4954C0 (or 0x4954C0) is unknown color: approx Free Speech Blue. HEX triplet: 49, 54 and C0. RGB value is (73,84,192). Sum of RGB (Red+Green+Blue) = 73+84+192=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #4954C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954C0 is #B6AB3F. Grayscale: #5C5C5C. Windows color (decimal): -11971392 or 12604489. OLE color: 12604489.

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

Color convert

RGB7384192-
CMYK0.620.5600.25
HSL234.45º48.57%51.96%-
HSV(B)234.45º61.98%75.29%-
XYZ15.4311.5651.29-
YUV93.02183.86113.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 192 (75.39% from 255) = 55.01%
R=20.92%
G=24.07%
B=55.01%

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
Decimal73841920.620.5600.25234.4548.5751.96
Hex4954C03E38019ea3134
Octal11112430076700313526164
Binary100100110101001100000011111011100001100111101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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