#484BB5

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

Shades of Free Speech Blue #484BB5

Tints of Free Speech Blue #484BB5

Color information

#484BB5 (or 0x484BB5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4B and B5. RGB value is (72,75,181). Sum of RGB (Red+Green+Blue) = 72+75+181=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #484BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BB5 is #B7B44A. Grayscale: #555555. Windows color (decimal): -12039243 or 11881288. OLE color: 11881288.

HSL color Cylindrical-coordinate representation of color #484BB5: hue angle of 238.35º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484BB5 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7275181-
CMYK0.600.5900.29
HSL238.35º43.08%49.61%-
HSV(B)238.35º60.22%70.98%-
XYZ13.539.7544.88-
YUV86.19181.51117.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 181 (71.09% from 255) = 55.18%
R=21.95%
G=22.87%
B=55.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72751810.600.5900.29238.3543.0849.61
Hex484BB53C3B01Dee2b32
Octal11011326574730353565362
Binary100100010010111011010111110011101101110111101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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