#484EC0

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

Shades of Free Speech Blue #484EC0

Tints of Free Speech Blue #484EC0

Color information

#484EC0 (or 0x484EC0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and C0. RGB value is (72,78,192). Sum of RGB (Red+Green+Blue) = 72+78+192=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #484EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EC0 is #B7B13F. Grayscale: #585858. Windows color (decimal): -12038464 or 12602952. OLE color: 12602952.

HSL color Cylindrical-coordinate representation of color #484EC0: hue angle of 237º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484EC0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7278192-
CMYK0.630.5900.25
HSL237º48.78%51.76%-
HSV(B)237º62.5%75.29%-
XYZ14.9110.6351.14-
YUV89.2186.01115.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=21.05%
G=22.81%
B=56.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72781920.630.5900.2523748.7851.76
Hex484EC03F3B019ed3134
Octal11011630077730313556164
Binary100100010011101100000011111111101101100111101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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