#484ED8

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

Shades of Free Speech Blue #484ED8

Tints of Free Speech Blue #484ED8

Color information

#484ED8 (or 0x484ED8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and D8. RGB value is (72,78,216). Sum of RGB (Red+Green+Blue) = 72+78+216=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #484ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ED8 is #B7B127. Grayscale: #5B5B5B. Windows color (decimal): -12038440 or 14175816. OLE color: 14175816.

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

Color convert

RGB7278216-
CMYK0.670.6400.15
HSL237.5º64.86%56.47%-
HSV(B)237.5º66.67%84.71%-
XYZ17.7911.7866.3-
YUV91.94198.01113.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 216 (84.77% from 255) = 59.02%
R=19.67%
G=21.31%
B=59.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72782160.670.6400.15237.564.8656.47
Hex484ED843400Fee4138
Octal11011633010310001735610170
Binary10010001001110110110001000011100000001111111011101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484ED8; }

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

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

<style>
 a { background-color: #484ED8; }

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

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

<style>
 span { border-color: #484ED8; }

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

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