#484ABB

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

Shades of Free Speech Blue #484ABB

Tints of Free Speech Blue #484ABB

Color information

#484ABB (or 0x484ABB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4A and BB. RGB value is (72,74,187). Sum of RGB (Red+Green+Blue) = 72+74+187=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #484ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ABB is #B7B544. Grayscale: #555555. Windows color (decimal): -12039493 or 12274248. OLE color: 12274248.

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

Color convert

RGB7274187-
CMYK0.610.6000.27
HSL238.96º45.82%50.78%-
HSV(B)238.96º61.5%73.33%-
XYZ14.099.8648.17-
YUV86.28184.84117.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=21.62%
G=22.22%
B=56.16%

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
Decimal72741870.610.6000.27238.9645.8250.78
Hex484ABB3D3C01Bef2e33
Octal11011227375740333575663
Binary100100010010101011101111110111110001101111101111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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