#484DDF

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

Shades of Free Speech Blue #484DDF

Tints of Free Speech Blue #484DDF

Color information

#484DDF (or 0x484DDF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and DF. RGB value is (72,77,223). Sum of RGB (Red+Green+Blue) = 72+77+223=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #484DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDF is #B7B220. Grayscale: #5B5B5B. Windows color (decimal): -12038689 or 14634312. OLE color: 14634312.

HSL color Cylindrical-coordinate representation of color #484DDF: hue angle of 238.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484DDF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7277223-
CMYK0.680.6500.13
HSL238.01º70.23%57.84%-
HSV(B)238.01º67.71%87.45%-
XYZ18.6512.0171.15-
YUV92.15201.84113.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 223 (87.5% from 255) = 59.95%
R=19.35%
G=20.70%
B=59.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72772230.680.6500.13238.0170.2357.84
Hex484DDF44410Dee463a
Octal11011533710410101535610672
Binary10010001001101110111111000100100000101101111011101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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