#485DB3

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

Shades of Free Speech Blue #485DB3

Tints of Free Speech Blue #485DB3

Color information

#485DB3 (or 0x485DB3) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5D and B3. RGB value is (72,93,179). Sum of RGB (Red+Green+Blue) = 72+93+179=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #485DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DB3 is #B7A24C. Grayscale: #606060. Windows color (decimal): -12034637 or 11754824. OLE color: 11754824.

HSL color Cylindrical-coordinate representation of color #485DB3: hue angle of 228.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485DB3 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7293179-
CMYK0.600.4800.30
HSL228.22º42.63%49.22%-
HSV(B)228.22º59.78%70.2%-
XYZ14.7212.4644.28-
YUV96.52174.54110.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 179 (70.31% from 255) = 52.03%
R=20.93%
G=27.03%
B=52.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72931790.600.4800.30228.2242.6349.22
Hex485DB33C3001Ee42b31
Octal11013526374600363445361
Binary100100010111011011001111110011000001111011100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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