#484FB5

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

Shades of Free Speech Blue #484FB5

Tints of Free Speech Blue #484FB5

Color information

#484FB5 (or 0x484FB5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4F and B5. RGB value is (72,79,181). Sum of RGB (Red+Green+Blue) = 72+79+181=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 181 (71.09% from 255 or 54.52% from 332); Max value from RGB is 181 - color contains mainly: blue. Hex color #484FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FB5 is #B7B04A. Grayscale: #585858. Windows color (decimal): -12038219 or 11882312. OLE color: 11882312.

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

Color convert

RGB7279181-
CMYK0.600.5600.29
HSL236.15º43.08%49.61%-
HSV(B)236.15º60.22%70.98%-
XYZ13.8110.3144.98-
YUV88.54180.18116.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 181 (71.09% from 255) = 54.52%
R=21.69%
G=23.80%
B=54.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72791810.600.5600.29236.1543.0849.61
Hex484FB53C3801Dec2b32
Octal11011726574700353545362
Binary100100010011111011010111110011100001110111101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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