#4954D7

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

Shades of Free Speech Blue #4954D7

Tints of Free Speech Blue #4954D7

Color information

#4954D7 (or 0x4954D7) is unknown color: approx Free Speech Blue. HEX triplet: 49, 54 and D7. RGB value is (73,84,215). Sum of RGB (Red+Green+Blue) = 73+84+215=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #4954D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954D7 is #B6AB28. Grayscale: #5F5F5F. Windows color (decimal): -11971369 or 14111817. OLE color: 14111817.

HSL color Cylindrical-coordinate representation of color #4954D7: hue angle of 235.35º degrees, saturation: 0.64, 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 #4954D7 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7384215-
CMYK0.660.6100.16
HSL235.35º63.96%56.47%-
HSV(B)235.35º66.05%84.31%-
XYZ18.1812.6665.78-
YUV95.64195.36111.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 215 (84.38% from 255) = 57.80%
R=19.62%
G=22.58%
B=57.80%

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
Decimal73842150.660.6100.16235.3563.9656.47
Hex4954D7423D010eb4038
Octal1111243271027502035310070
Binary10010011010100110101111000010111101010000111010111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4954D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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