#4840bb

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

Shades of Free Speech Blue #4840BB

Tints of Free Speech Blue #4840BB

Color information

#4840BB (or 0x4840BB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 40 and BB. RGB value is (72,64,187). Sum of RGB (Red+Green+Blue) = 72+64+187=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #4840BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840BB is #B7BF44. Grayscale: #4F4F4F. Windows color (decimal): -12042053 or 12271688. OLE color: 12271688.

HSL color Cylindrical-coordinate representation of color #4840BB: hue angle of 243.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4840BB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7264187-
CMYK0.610.6600.27
HSL243.9º49%49.22%-
HSV(B)243.9º65.78%73.33%-
XYZ13.488.6347.97-
YUV80.41188.15122-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=22.29%
G=19.81%
B=57.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72641870.610.6600.27243.94949.22
Hex4840BB3D4201Bf43131
Octal110100273751020333646161
Binary1001000100000010111011111101100001001101111110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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