#4954D6

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

Shades of Free Speech Blue #4954D6

Tints of Free Speech Blue #4954D6

Color information

#4954D6 (or 0x4954D6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 54 and D6. RGB value is (73,84,214). Sum of RGB (Red+Green+Blue) = 73+84+214=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #4954D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954D6 is #B6AB29. Grayscale: #5F5F5F. Windows color (decimal): -11971370 or 14046281. OLE color: 14046281.

HSL color Cylindrical-coordinate representation of color #4954D6: hue angle of 235.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4954D6 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7384214-
CMYK0.660.6100.16
HSL235.32º63.23%56.27%-
HSV(B)235.32º65.89%83.92%-
XYZ18.0612.6165.1-
YUV95.53194.86111.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 214 (83.98% from 255) = 57.68%
R=19.68%
G=22.64%
B=57.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73842140.660.6100.16235.3263.2356.27
Hex4954D6423D010eb3f38
Octal111124326102750203537770
Binary1001001101010011010110100001011110101000011101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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