#485AB2

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

Shades of Free Speech Blue #485AB2

Tints of Free Speech Blue #485AB2

Color information

#485AB2 (or 0x485AB2) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5A and B2. RGB value is (72,90,178). Sum of RGB (Red+Green+Blue) = 72+90+178=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #485AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485AB2 is #B7A54D. Grayscale: #5E5E5E. Windows color (decimal): -12035406 or 11688520. OLE color: 11688520.

HSL color Cylindrical-coordinate representation of color #485AB2: hue angle of 229.81º degrees, saturation: 0.42, 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 #485AB2 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7290178-
CMYK0.600.4900.30
HSL229.81º42.4%49.02%-
HSV(B)229.81º59.55%69.8%-
XYZ14.3611.943.66-
YUV94.65175.04111.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 178 (69.92% from 255) = 52.35%
R=21.18%
G=26.47%
B=52.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72901780.600.4900.30229.8142.449.02
Hex485AB23C3101Ee62a31
Octal11013226274610363465261
Binary100100010110101011001011110011000101111011100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,90,178); }

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

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

 a { background-color: rgb(72,90,178); }

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

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

 span { border-color: rgb(72,90,178); }

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