#484CB9

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

Shades of Free Speech Blue #484CB9

Tints of Free Speech Blue #484CB9

Color information

#484CB9 (or 0x484CB9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and B9. RGB value is (72,76,185). Sum of RGB (Red+Green+Blue) = 72+76+185=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #484CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CB9 is #B7B346. Grayscale: #565656. Windows color (decimal): -12038983 or 12143688. OLE color: 12143688.

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

Color convert

RGB7276185-
CMYK0.610.5900.27
HSL237.88º44.66%50.39%-
HSV(B)237.88º61.08%72.55%-
XYZ14.0110.0547.1-
YUV87.23183.17117.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 185 (72.66% from 255) = 55.56%
R=21.62%
G=22.82%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72761850.610.5900.27237.8844.6650.39
Hex484CB93D3B01Bee2d32
Octal11011427175730333565562
Binary100100010011001011100111110111101101101111101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,76,185); }

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

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

 a { background-color: rgb(72,76,185); }

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

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

 span { border-color: rgb(72,76,185); }

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