#4955DA

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

Shades of Free Speech Blue #4955DA

Tints of Free Speech Blue #4955DA

Color information

#4955DA (or 0x4955DA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 55 and DA. RGB value is (73,85,218). Sum of RGB (Red+Green+Blue) = 73+85+218=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #4955DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955DA is #B6AA25. Grayscale: #606060. Windows color (decimal): -11971110 or 14308681. OLE color: 14308681.

HSL color Cylindrical-coordinate representation of color #4955DA: hue angle of 235.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4955DA is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7385218-
CMYK0.670.6100.15
HSL235.03º66.21%57.06%-
HSV(B)235.03º66.51%85.49%-
XYZ18.6512.9867.85-
YUV96.57196.52111.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 218 (85.55% from 255) = 57.98%
R=19.41%
G=22.61%
B=57.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73852180.670.6100.15235.0366.2157.06
Hex4955DA433D0Feb4239
Octal1111253321037501735310271
Binary1001001101010111011010100001111110101111111010111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4955DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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