#485ABF

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

Shades of Free Speech Blue #485ABF

Tints of Free Speech Blue #485ABF

Color information

#485ABF (or 0x485ABF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5A and BF. RGB value is (72,90,191). Sum of RGB (Red+Green+Blue) = 72+90+191=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #485ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ABF is #B7A540. Grayscale: #5F5F5F. Windows color (decimal): -12035393 or 12540488. OLE color: 12540488.

HSL color Cylindrical-coordinate representation of color #485ABF: hue angle of 230.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485ABF is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7290191-
CMYK0.620.5300.25
HSL230.92º48.18%51.57%-
HSV(B)230.92º62.3%74.9%-
XYZ15.7312.4550.86-
YUV96.13181.54110.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 191 (75% from 255) = 54.11%
R=20.40%
G=25.50%
B=54.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72901910.620.5300.25230.9248.1851.57
Hex485ABF3E35019e73034
Octal11013227776650313476064
Binary100100010110101011111111111011010101100111100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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