#484DB7

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

Shades of Free Speech Blue #484DB7

Tints of Free Speech Blue #484DB7

Color information

#484DB7 (or 0x484DB7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and B7. RGB value is (72,77,183). Sum of RGB (Red+Green+Blue) = 72+77+183=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #484DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DB7 is #B7B248. Grayscale: #575757. Windows color (decimal): -12038729 or 12012872. OLE color: 12012872.

HSL color Cylindrical-coordinate representation of color #484DB7: hue angle of 237.3º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484DB7 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7277183-
CMYK0.610.5800.28
HSL237.3º43.53%50%-
HSV(B)237.3º60.66%71.76%-
XYZ13.8710.146.02-
YUV87.59181.84116.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 183 (71.88% from 255) = 55.12%
R=21.69%
G=23.19%
B=55.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72771830.610.5800.28237.343.5350
Hex484DB73D3A01Ced2c32
Octal11011526775720343555462
Binary100100010011011011011111110111101001110011101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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