#4955BE

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

Shades of Free Speech Blue #4955BE

Tints of Free Speech Blue #4955BE

Color information

#4955BE (or 0x4955BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 55 and BE. RGB value is (73,85,190). Sum of RGB (Red+Green+Blue) = 73+85+190=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #4955BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955BE is #B6AA41. Grayscale: #5C5C5C. Windows color (decimal): -11971138 or 12473673. OLE color: 12473673.

HSL color Cylindrical-coordinate representation of color #4955BE: hue angle of 233.85º degrees, saturation: 0.47, 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 #4955BE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7385190-
CMYK0.620.5500.25
HSL233.85º47.37%51.57%-
HSV(B)233.85º61.58%74.51%-
XYZ15.2911.6350.15-
YUV93.38182.52113.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=20.98%
G=24.43%
B=54.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73851900.620.5500.25233.8547.3751.57
Hex4955BE3E37019ea2f34
Octal11112527676670313525764
Binary100100110101011011111011111011011101100111101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4955BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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