#4840C5

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

Shades of Free Speech Blue #4840C5

Tints of Free Speech Blue #4840C5

Color information

#4840C5 (or 0x4840C5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 40 and C5. RGB value is (72,64,197). Sum of RGB (Red+Green+Blue) = 72+64+197=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #4840C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840C5 is #B7BF3A. Grayscale: #515151. Windows color (decimal): -12042043 or 12927048. OLE color: 12927048.

HSL color Cylindrical-coordinate representation of color #4840C5: hue angle of 243.61º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4840C5 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7264197-
CMYK0.630.6800.23
HSL243.61º53.41%51.18%-
HSV(B)243.61º67.51%77.25%-
XYZ14.589.0853.81-
YUV81.55193.15121.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 197 (77.34% from 255) = 59.16%
R=21.62%
G=19.22%
B=59.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72641970.630.6800.23243.6153.4151.18
Hex4840C53F44017f43533
Octal110100305771040273646563
Binary1001000100000011000101111111100010001011111110100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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