#484EBA

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

Shades of Free Speech Blue #484EBA

Tints of Free Speech Blue #484EBA

Color information

#484EBA (or 0x484EBA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4E and BA. RGB value is (72,78,186). Sum of RGB (Red+Green+Blue) = 72+78+186=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #484EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EBA is #B7B145. Grayscale: #585858. Windows color (decimal): -12038470 or 12209736. OLE color: 12209736.

HSL color Cylindrical-coordinate representation of color #484EBA: hue angle of 236.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484EBA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7278186-
CMYK0.610.5800.27
HSL236.84º45.24%50.59%-
HSV(B)236.84º61.29%72.94%-
XYZ14.2610.3747.7-
YUV88.52183.01116.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=21.43%
G=23.21%
B=55.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72781860.610.5800.27236.8445.2450.59
Hex484EBA3D3A01Bed2d33
Octal11011627275720333555563
Binary100100010011101011101011110111101001101111101101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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