#485EB1

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

Shades of Free Speech Blue #485EB1

Tints of Free Speech Blue #485EB1

Color information

#485EB1 (or 0x485EB1) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5E and B1. RGB value is (72,94,177). Sum of RGB (Red+Green+Blue) = 72+94+177=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #485EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485EB1 is #B7A14E. Grayscale: #606060. Windows color (decimal): -12034383 or 11624008. OLE color: 11624008.

HSL color Cylindrical-coordinate representation of color #485EB1: hue angle of 227.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485EB1 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7294177-
CMYK0.590.4700.31
HSL227.43º42.17%48.82%-
HSV(B)227.43º59.32%69.41%-
XYZ14.6112.5643.25-
YUV96.88173.21110.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 177 (69.53% from 255) = 51.60%
R=20.99%
G=27.41%
B=51.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72941770.590.4700.31227.4342.1748.82
Hex485EB13B2F01Fe32a31
Octal11013626173570373435261
Binary100100010111101011000111101110111101111111100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,94,177); }

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

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

 a { background-color: rgb(72,94,177); }

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

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

 span { border-color: rgb(72,94,177); }

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