#4844D6

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

Shades of Free Speech Blue #4844D6

Tints of Free Speech Blue #4844D6

Color information

#4844D6 (or 0x4844D6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 44 and D6. RGB value is (72,68,214). Sum of RGB (Red+Green+Blue) = 72+68+214=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #4844D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844D6 is #B7BB29. Grayscale: #555555. Windows color (decimal): -12041002 or 14042184. OLE color: 14042184.

HSL color Cylindrical-coordinate representation of color #4844D6: hue angle of 241.64º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4844D6 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7268214-
CMYK0.660.6800.16
HSL241.64º64.04%55.29%-
HSV(B)241.64º68.22%83.92%-
XYZ16.8810.3764.73-
YUV85.84200.33118.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 214 (83.98% from 255) = 60.45%
R=20.34%
G=19.21%
B=60.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72682140.660.6800.16241.6464.0455.29
Hex4844D64244010f24037
Octal11010432610210402036210067
Binary100100010001001101011010000101000100010000111100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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