#485ABA

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

Shades of Free Speech Blue #485ABA

Tints of Free Speech Blue #485ABA

Color information

#485ABA (or 0x485ABA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 5A and BA. RGB value is (72,90,186). Sum of RGB (Red+Green+Blue) = 72+90+186=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #485ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ABA is #B7A545. Grayscale: #5F5F5F. Windows color (decimal): -12035398 or 12212808. OLE color: 12212808.

HSL color Cylindrical-coordinate representation of color #485ABA: hue angle of 230.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485ABA is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7290186-
CMYK0.610.5200.27
HSL230.53º45.24%50.59%-
HSV(B)230.53º61.29%72.94%-
XYZ15.1912.2448.02-
YUV95.56179.04111.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=20.69%
G=25.86%
B=53.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72901860.610.5200.27230.5345.2450.59
Hex485ABA3D3401Be72d33
Octal11013227275640333475563
Binary100100010110101011101011110111010001101111100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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