#4840DB

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

Shades of Free Speech Blue #4840DB

Tints of Free Speech Blue #4840DB

Color information

#4840DB (or 0x4840DB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 40 and DB. RGB value is (72,64,219). Sum of RGB (Red+Green+Blue) = 72+64+219=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #4840DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840DB is #B7BF24. Grayscale: #535353. Windows color (decimal): -12042021 or 14368840. OLE color: 14368840.

HSL color Cylindrical-coordinate representation of color #4840DB: hue angle of 243.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4840DB is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7264219-
CMYK0.670.7100.14
HSL243.1º68.28%55.49%-
HSV(B)243.1º70.78%85.88%-
XYZ17.2910.1668.07-
YUV84.06204.15119.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 219 (85.94% from 255) = 61.69%
R=20.28%
G=18.03%
B=61.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72642190.670.7100.14243.168.2855.49
Hex4840DB43470Ef34437
Octal11010033310310701636310467
Binary10010001000000110110111000011100011101110111100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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