#484DDA

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

Shades of Free Speech Blue #484DDA

Tints of Free Speech Blue #484DDA

Color information

#484DDA (or 0x484DDA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and DA. RGB value is (72,77,218). Sum of RGB (Red+Green+Blue) = 72+77+218=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #484DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDA is #B7B225. Grayscale: #5B5B5B. Windows color (decimal): -12038694 or 14306632. OLE color: 14306632.

HSL color Cylindrical-coordinate representation of color #484DDA: hue angle of 237.95º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484DDA is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7277218-
CMYK0.670.6500.15
HSL237.95º66.36%56.86%-
HSV(B)237.95º66.97%85.49%-
XYZ17.9811.7567.65-
YUV91.58199.34114.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 218 (85.55% from 255) = 59.40%
R=19.62%
G=20.98%
B=59.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72772180.670.6500.15237.9566.3656.86
Hex484DDA43410Fee4239
Octal11011533210310101735610271
Binary10010001001101110110101000011100000101111111011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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