#486ABB

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

Shades of Free Speech Blue #486ABB

Tints of Free Speech Blue #486ABB

Color information

#486ABB (or 0x486ABB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6A and BB. RGB value is (72,106,187). Sum of RGB (Red+Green+Blue) = 72+106+187=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #486ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ABB is #B79544. Grayscale: #686868. Windows color (decimal): -12031301 or 12282440. OLE color: 12282440.

HSL color Cylindrical-coordinate representation of color #486ABB: hue angle of 222.26º degrees, saturation: 0.46, 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 #486ABB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72106187-
CMYK0.610.4300.27
HSL222.26º45.82%50.78%-
HSV(B)222.26º61.5%73.33%-
XYZ16.815.2749.08-
YUV105.07174.24104.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=19.73%
G=29.04%
B=51.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721061870.610.4300.27222.2645.8250.78
Hex486ABB3D2B01Bde2e33
Octal11015227375530333365663
Binary100100011010101011101111110110101101101111011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486ABB; }

 p { color: rgb(72,106,187); }

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

<style>
 a { background-color: #486ABB; }

 a { background-color: rgb(72,106,187); }

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

<style>
 span { border-color: #486ABB; }

 span { border-color: rgb(72,106,187); }

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