#484ED3

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

Shades of Free Speech Blue #484ED3

Tints of Free Speech Blue #484ED3

Color information

#484ED3 (or 0x484ED3) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and D3. RGB value is (72,78,211). Sum of RGB (Red+Green+Blue) = 72+78+211=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 211 (82.81% from 255 or 58.45% from 361); Max value from RGB is 211 - color contains mainly: blue. Hex color #484ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ED3 is #B7B12C. Grayscale: #5A5A5A. Windows color (decimal): -12038445 or 13848136. OLE color: 13848136.

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

Color convert

RGB7278211-
CMYK0.660.6300.17
HSL237.41º61.23%55.49%-
HSV(B)237.41º65.88%82.75%-
XYZ17.1511.5362.95-
YUV91.37195.51114.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 211 (82.81% from 255) = 58.45%
R=19.94%
G=21.61%
B=58.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72782110.660.6300.17237.4161.2355.49
Hex484ED3423F011ed3d37
Octal110116323102770213557567
Binary1001000100111011010011100001011111101000111101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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