#4840BE

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

Shades of Free Speech Blue #4840BE

Tints of Free Speech Blue #4840BE

Color information

#4840BE (or 0x4840BE) is unknown color: approx Free Speech Blue. HEX triplet: 48, 40 and BE. RGB value is (72,64,190). Sum of RGB (Red+Green+Blue) = 72+64+190=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4840BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840BE is #B7BF41. Grayscale: #505050. Windows color (decimal): -12042050 or 12468296. OLE color: 12468296.

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

Color convert

RGB7264190-
CMYK0.620.6600.25
HSL243.81º49.61%49.8%-
HSV(B)243.81º66.32%74.51%-
XYZ13.88.7649.68-
YUV80.76189.65121.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=22.09%
G=19.63%
B=58.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72641900.620.6600.25243.8149.6149.8
Hex4840BE3E42019f43232
Octal110100276761020313646262
Binary1001000100000010111110111110100001001100111110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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