#485AC9

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

Shades of Free Speech Blue #485AC9

Tints of Free Speech Blue #485AC9

Color information

#485AC9 (or 0x485AC9) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5A and C9. RGB value is (72,90,201). Sum of RGB (Red+Green+Blue) = 72+90+201=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #485AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AC9 is #B7A536. Grayscale: #606060. Windows color (decimal): -12035383 or 13195848. OLE color: 13195848.

HSL color Cylindrical-coordinate representation of color #485AC9: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485AC9 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7290201-
CMYK0.640.5500.21
HSL231.63º54.43%53.53%-
HSV(B)231.63º64.18%78.82%-
XYZ16.8712.9156.86-
YUV97.27186.54109.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 201 (78.91% from 255) = 55.37%
R=19.83%
G=24.79%
B=55.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72902010.640.5500.21231.6354.4353.53
Hex485AC94037015e83636
Octal110132311100670253506666
Binary1001000101101011001001100000011011101010111101000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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