#484BBA

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

Shades of Free Speech Blue #484BBA

Tints of Free Speech Blue #484BBA

Color information

#484BBA (or 0x484BBA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4B and BA. RGB value is (72,75,186). Sum of RGB (Red+Green+Blue) = 72+75+186=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #484BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BBA is #B7B445. Grayscale: #565656. Windows color (decimal): -12039238 or 12208968. OLE color: 12208968.

HSL color Cylindrical-coordinate representation of color #484BBA: hue angle of 238.42º 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 #484BBA is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7275186-
CMYK0.610.6000.27
HSL238.42º45.24%50.59%-
HSV(B)238.42º61.29%72.94%-
XYZ14.059.9647.64-
YUV86.76184.01117.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=21.62%
G=22.52%
B=55.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72751860.610.6000.27238.4245.2450.59
Hex484BBA3D3C01Bee2d33
Octal11011327275740333565563
Binary100100010010111011101011110111110001101111101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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