#484ED2

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

Shades of Free Speech Blue #484ED2

Tints of Free Speech Blue #484ED2

Color information

#484ED2 (or 0x484ED2) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and D2. RGB value is (72,78,210). Sum of RGB (Red+Green+Blue) = 72+78+210=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 210 (82.42% from 255 or 58.33% from 360); Max value from RGB is 210 - color contains mainly: blue. Hex color #484ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ED2 is #B7B12D. Grayscale: #5A5A5A. Windows color (decimal): -12038446 or 13782600. OLE color: 13782600.

HSL color Cylindrical-coordinate representation of color #484ED2: hue angle of 237.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484ED2 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7278210-
CMYK0.660.6300.18
HSL237.39º60.53%55.29%-
HSV(B)237.39º65.71%82.35%-
XYZ17.0311.4862.29-
YUV91.25195.01114.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 210 (82.42% from 255) = 58.33%
R=20%
G=21.67%
B=58.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72782100.660.6300.18237.3960.5355.29
Hex484ED2423F012ed3d37
Octal110116322102770223557567
Binary1001000100111011010010100001011111101001011101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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