#485DD1

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

Shades of Free Speech Blue #485DD1

Tints of Free Speech Blue #485DD1

Color information

#485DD1 (or 0x485DD1) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5D and D1. RGB value is (72,93,209). Sum of RGB (Red+Green+Blue) = 72+93+209=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #485DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DD1 is #B7A22E. Grayscale: #636363. Windows color (decimal): -12034607 or 13720904. OLE color: 13720904.

HSL color Cylindrical-coordinate representation of color #485DD1: hue angle of 230.8º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485DD1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7293209-
CMYK0.660.5600.18
HSL230.8º59.83%55.1%-
HSV(B)230.8º65.55%81.96%-
XYZ18.113.8162.03-
YUV99.94189.54108.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 209 (82.03% from 255) = 55.88%
R=19.25%
G=24.87%
B=55.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72932090.660.5600.18230.859.8355.1
Hex485DD14238012e73c37
Octal110135321102700223477467
Binary1001000101110111010001100001011100001001011100111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485DD1; }

 p { color: rgb(72,93,209); }

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

<style>
 a { background-color: #485DD1; }

 a { background-color: rgb(72,93,209); }

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

<style>
 span { border-color: #485DD1; }

 span { border-color: rgb(72,93,209); }

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