#484BBB

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

Shades of Free Speech Blue #484BBB

Tints of Free Speech Blue #484BBB

Color information

#484BBB (or 0x484BBB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4B and BB. RGB value is (72,75,187). Sum of RGB (Red+Green+Blue) = 72+75+187=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #484BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BBB is #B7B444. Grayscale: #565656. Windows color (decimal): -12039237 or 12274504. OLE color: 12274504.

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

Color convert

RGB7275187-
CMYK0.610.6000.27
HSL238.43º45.82%50.78%-
HSV(B)238.43º61.5%73.33%-
XYZ14.161048.2-
YUV86.87184.51117.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=21.56%
G=22.46%
B=55.99%

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
Decimal72751870.610.6000.27238.4345.8250.78
Hex484BBB3D3C01Bee2e33
Octal11011327375740333565663
Binary100100010010111011101111110111110001101111101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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