#4844D8

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

Shades of Free Speech Blue #4844D8

Tints of Free Speech Blue #4844D8

Color information

#4844D8 (or 0x4844D8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 44 and D8. RGB value is (72,68,216). Sum of RGB (Red+Green+Blue) = 72+68+216=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #4844D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844D8 is #B7BB27. Grayscale: #555555. Windows color (decimal): -12041000 or 14173256. OLE color: 14173256.

HSL color Cylindrical-coordinate representation of color #4844D8: hue angle of 241.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4844D8 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7268216-
CMYK0.670.6900.15
HSL241.62º65.49%55.69%-
HSV(B)241.62º68.52%84.71%-
XYZ17.1310.4766.08-
YUV86.07201.33117.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 216 (84.77% from 255) = 60.67%
R=20.22%
G=19.10%
B=60.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72682160.670.6900.15241.6265.4955.69
Hex4844D843450Ff24138
Octal11010433010310501736210170
Binary10010001000100110110001000011100010101111111100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4844D8; }

 p { color: rgb(72,68,216); }

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

<style>
 a { background-color: #4844D8; }

 a { background-color: rgb(72,68,216); }

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

<style>
 span { border-color: #4844D8; }

 span { border-color: rgb(72,68,216); }

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