#486BBA

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

Shades of Free Speech Blue #486BBA

Tints of Free Speech Blue #486BBA

Color information

#486BBA (or 0x486BBA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 6B and BA. RGB value is (72,107,186). Sum of RGB (Red+Green+Blue) = 72+107+186=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #486BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BBA is #B79445. Grayscale: #696969. Windows color (decimal): -12031046 or 12217160. OLE color: 12217160.

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

Color convert

RGB72107186-
CMYK0.610.4200.27
HSL221.58º45.24%50.59%-
HSV(B)221.58º61.29%72.94%-
XYZ16.7915.4448.55-
YUV105.54173.4104.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=19.73%
G=29.32%
B=50.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721071860.610.4200.27221.5845.2450.59
Hex486BBA3D2A01Bde2d33
Octal11015327275520333365563
Binary100100011010111011101011110110101001101111011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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