#4955CF

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

Shades of Free Speech Blue #4955CF

Tints of Free Speech Blue #4955CF

Color information

#4955CF (or 0x4955CF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 55 and CF. RGB value is (73,85,207). Sum of RGB (Red+Green+Blue) = 73+85+207=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #4955CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955CF is #B6AA30. Grayscale: #5E5E5E. Windows color (decimal): -11971121 or 13587785. OLE color: 13587785.

HSL color Cylindrical-coordinate representation of color #4955CF: hue angle of 234.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4955CF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7385207-
CMYK0.650.5900.19
HSL234.63º58.26%54.9%-
HSV(B)234.63º64.73%81.18%-
XYZ17.2612.4260.52-
YUV95.32191.02112.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=20%
G=23.29%
B=56.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73852070.650.5900.19234.6358.2654.9
Hex4955CF413B013eb3a37
Octal111125317101730233537267
Binary1001001101010111001111100000111101101001111101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4955CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4955CF; }

 p { color: rgb(73,85,207); }

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

<style>
 a { background-color: #4955CF; }

 a { background-color: rgb(73,85,207); }

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

<style>
 span { border-color: #4955CF; }

 span { border-color: rgb(73,85,207); }

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