#4847BE

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

Shades of Free Speech Blue #4847BE

Tints of Free Speech Blue #4847BE

Color information

#4847BE (or 0x4847BE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 47 and BE. RGB value is (72,71,190). Sum of RGB (Red+Green+Blue) = 72+71+190=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4847BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847BE is #B7B841. Grayscale: #545454. Windows color (decimal): -12040258 or 12470088. OLE color: 12470088.

HSL color Cylindrical-coordinate representation of color #4847BE: hue angle of 240.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4847BE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7271190-
CMYK0.620.6300.25
HSL240.5º47.79%51.18%-
HSV(B)240.5º62.63%74.51%-
XYZ14.229.649.82-
YUV84.86187.33118.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=21.62%
G=21.32%
B=57.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72711900.620.6300.25240.547.7951.18
Hex4847BE3E3F019f13033
Octal11010727676770313616063
Binary100100010001111011111011111011111101100111110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4847BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,71,190); }

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

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

 a { background-color: rgb(72,71,190); }

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

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

 span { border-color: rgb(72,71,190); }

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