#484DB9

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

Shades of Free Speech Blue #484DB9

Tints of Free Speech Blue #484DB9

Color information

#484DB9 (or 0x484DB9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and B9. RGB value is (72,77,185). Sum of RGB (Red+Green+Blue) = 72+77+185=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #484DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DB9 is #B7B246. Grayscale: #575757. Windows color (decimal): -12038727 or 12143944. OLE color: 12143944.

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

Color convert

RGB7277185-
CMYK0.610.5800.27
HSL237.35º44.66%50.39%-
HSV(B)237.35º61.08%72.55%-
XYZ14.0810.1947.12-
YUV87.82182.84116.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 185 (72.66% from 255) = 55.39%
R=21.56%
G=23.05%
B=55.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72771850.610.5800.27237.3544.6650.39
Hex484DB93D3A01Bed2d32
Octal11011527175720333555562
Binary100100010011011011100111110111101001101111101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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