#484EBC

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

Shades of Free Speech Blue #484EBC

Tints of Free Speech Blue #484EBC

Color information

#484EBC (or 0x484EBC) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and BC. RGB value is (72,78,188). Sum of RGB (Red+Green+Blue) = 72+78+188=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #484EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EBC is #B7B143. Grayscale: #585858. Windows color (decimal): -12038468 or 12340808. OLE color: 12340808.

HSL color Cylindrical-coordinate representation of color #484EBC: hue angle of 236.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484EBC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7278188-
CMYK0.620.5900.26
HSL236.9º46.4%50.98%-
HSV(B)236.9º61.7%73.73%-
XYZ14.4710.4648.83-
YUV88.75184.01116.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=21.30%
G=23.08%
B=55.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72781880.620.5900.26236.946.450.98
Hex484EBC3E3B01Aed2e33
Octal11011627476730323555663
Binary100100010011101011110011111011101101101011101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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